Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

T

T61_STRING - Static variable in class org.bluezoo.gumdrop.ldap.asn1.ASN1Type
T61 (Teletex) string type.
tableSize(List<Header>) - Static method in class org.bluezoo.gumdrop.http.hpack.Decoder
RFC 7541 section 4.1: the size of a dynamic table is the sum of the size of its entries.
TAG_ABANDON_REQUEST - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
AbandonRequest tag (0x50).
TAG_ADD_REQUEST - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
AddRequest tag (0x68).
TAG_ADD_RESPONSE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
AddResponse tag (0x69).
TAG_AUTH_SASL - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
SASL authentication context tag — RFC 4513 section 5.2.
TAG_AUTH_SIMPLE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
Simple authentication context tag — RFC 4513 section 5.1.
TAG_BIND_REQUEST - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
BindRequest tag (0x60) — RFC 4511 section 4.2.
TAG_BIND_RESPONSE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
BindResponse tag (0x61).
TAG_COMPARE_REQUEST - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
CompareRequest tag (0x6E).
TAG_COMPARE_RESPONSE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
CompareResponse tag (0x6F).
TAG_CONTROLS - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
Controls context tag.
TAG_DEL_REQUEST - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
DelRequest tag (0x4A).
TAG_DEL_RESPONSE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
DelResponse tag (0x6B).
TAG_EXTENDED_REQUEST - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
ExtendedRequest tag (0x77).
TAG_EXTENDED_RESPONSE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
ExtendedResponse tag (0x78).
TAG_INTERMEDIATE_RESPONSE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
IntermediateResponse tag (0x79).
TAG_MODIFY_DN_REQUEST - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
ModifyDNRequest tag (0x6C).
TAG_MODIFY_DN_RESPONSE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
ModifyDNResponse tag (0x6D).
TAG_MODIFY_REQUEST - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
ModifyRequest tag (0x66).
TAG_MODIFY_RESPONSE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
ModifyResponse tag (0x67).
TAG_REFERRAL - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
Referral context tag.
TAG_SEARCH_REQUEST - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
SearchRequest tag (0x63).
TAG_SEARCH_RESULT_DONE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
SearchResultDone tag (0x65).
TAG_SEARCH_RESULT_ENTRY - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
SearchResultEntry tag (0x64).
TAG_SEARCH_RESULT_REFERENCE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
SearchResultReference tag (0x73).
TAG_SERVER_SASL_CREDS - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
Server SASL credentials context tag.
TAG_UNBIND_REQUEST - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
UnbindRequest tag (0x42).
TagDescriptor() - Constructor for class org.bluezoo.gumdrop.servlet.jsp.TagLibraryDescriptor.TagDescriptor
 
Taglib - Class in org.bluezoo.gumdrop.servlet
A taglib deployment descriptor definition.
Taglib() - Constructor for class org.bluezoo.gumdrop.servlet.Taglib
 
TAGLIB_DIRECTIVE - Static variable in class org.bluezoo.gumdrop.servlet.jsp.DirectiveElement
 
TagLibraryDescriptor - Class in org.bluezoo.gumdrop.servlet.jsp
Represents a parsed Tag Library Descriptor (TLD) containing tag definitions and metadata for a JSP tag library.
TagLibraryDescriptor() - Constructor for class org.bluezoo.gumdrop.servlet.jsp.TagLibraryDescriptor
Creates a new empty TagLibraryDescriptor.
TagLibraryDescriptor.AttributeDescriptor - Class in org.bluezoo.gumdrop.servlet.jsp
Represents an attribute definition for a tag.
TagLibraryDescriptor.FunctionDescriptor - Class in org.bluezoo.gumdrop.servlet.jsp
Represents an EL function definition.
TagLibraryDescriptor.TagDescriptor - Class in org.bluezoo.gumdrop.servlet.jsp
Represents a tag definition within a tag library.
TagLibraryDescriptor.VariableDescriptor - Class in org.bluezoo.gumdrop.servlet.jsp
Represents a scripting variable exposed by a tag.
TaglibRegistry - Class in org.bluezoo.gumdrop.servlet.jsp
Registry for resolving taglib URIs to Tag Library Descriptor (TLD) files.
TaglibRegistry(ServletContext) - Constructor for class org.bluezoo.gumdrop.servlet.jsp.TaglibRegistry
Creates a new TaglibRegistry for the given servlet context.
targetExists(String, AuthenticatedHandler) - Method in interface org.bluezoo.gumdrop.imap.handler.RenameState
Target mailbox already exists.
TCP - Enum constant in enum class org.bluezoo.gumdrop.ChannelHandler.Type
TCP connection using SocketChannel
TCPDNSClientTransport - Class in org.bluezoo.gumdrop.dns.client
TCP transport for DNS client queries using standard DNS-over-TCP framing.
TCPDNSClientTransport() - Constructor for class org.bluezoo.gumdrop.dns.client.TCPDNSClientTransport
 
TCPDNSConnectionPool - Class in org.bluezoo.gumdrop.dns.client
TCP connection pool for DNS queries.
TCPDNSConnectionPool() - Constructor for class org.bluezoo.gumdrop.dns.client.TCPDNSConnectionPool
 
TCPDNSConnectionPool.PooledConnection - Class in org.bluezoo.gumdrop.dns.client
A pooled TCP connection with tracking metadata.
TCPEndpoint - Class in org.bluezoo.gumdrop
TCP transport implementation of Endpoint.
TCPEndpoint(ProtocolHandler) - Constructor for class org.bluezoo.gumdrop.TCPEndpoint
Creates a TCPEndpoint for a plaintext connection.
TCPEndpoint(ProtocolHandler, SSLEngine, boolean) - Constructor for class org.bluezoo.gumdrop.TCPEndpoint
Creates a TCPEndpoint with optional TLS.
TCPListener - Class in org.bluezoo.gumdrop
Base class for TCP server connectors that listen on ports and accept connections.
TCPListener() - Constructor for class org.bluezoo.gumdrop.TCPListener
 
TCPTransportFactory - Class in org.bluezoo.gumdrop
TCP transport factory.
TCPTransportFactory() - Constructor for class org.bluezoo.gumdrop.TCPTransportFactory
 
telemetryConfig - Variable in class org.bluezoo.gumdrop.Listener
 
telemetryConfig - Variable in class org.bluezoo.gumdrop.TransportFactory
 
TelemetryConfig - Class in org.bluezoo.gumdrop.telemetry
Top-level telemetry configuration for Gumdrop.
TelemetryConfig() - Constructor for class org.bluezoo.gumdrop.telemetry.TelemetryConfig
Creates a new telemetry configuration with default values.
TelemetryExporter - Interface in org.bluezoo.gumdrop.telemetry
Interface for exporting trace, log, and metric data.
TelemetryJMXBridge - Class in org.bluezoo.gumdrop.telemetry
JMX bridge that exposes OpenTelemetry metrics via MBeans.
TelemetryJMXBridge(TelemetryConfig) - Constructor for class org.bluezoo.gumdrop.telemetry.TelemetryJMXBridge
Creates a JMX bridge for the given telemetry configuration.
TEMPERROR - Enum constant in enum class org.bluezoo.gumdrop.smtp.auth.DKIMResult
The public key could not be retrieved (DNS error).
TEMPERROR - Enum constant in enum class org.bluezoo.gumdrop.smtp.auth.DMARCResult
A transient error occurred during evaluation.
TEMPERROR - Enum constant in enum class org.bluezoo.gumdrop.smtp.auth.SPFResult
A transient DNS error occurred during lookup.
TEMPORARILY_UNAVAILABLE - Enum constant in enum class org.bluezoo.gumdrop.telemetry.ErrorCategory
Server temporarily unavailable.
TEMPORARY_REDIRECT - Enum constant in enum class org.bluezoo.gumdrop.http.HTTPStatus
307 Temporary Redirect
text(String) - Static method in interface org.bluezoo.gumdrop.mailbox.SearchCriteria
Matches messages with headers or body containing the pattern.
TEXT - Enum constant in enum class org.bluezoo.gumdrop.mailbox.index.IndexedMessageContext.SearchType
 
TEXT - Enum constant in enum class org.bluezoo.gumdrop.servlet.jsp.JSPElement.Type
Plain text or HTML content
TextElement - Class in org.bluezoo.gumdrop.servlet.jsp
Represents plain text or HTML content in a JSP page.
TextElement(String, int, int) - Constructor for class org.bluezoo.gumdrop.servlet.jsp.TextElement
Creates a new text element.
textMessageReceived() - Method in class org.bluezoo.gumdrop.websocket.WebSocketServerMetrics
Records a text message received.
textMessageReceived(String) - Method in class org.bluezoo.gumdrop.websocket.WebSocketConnection
Called when a text message is received.
textMessageReceived(WebSocketSession, String) - Method in class org.bluezoo.gumdrop.mqtt.MQTTWebSocketHandler
 
textMessageReceived(WebSocketSession, String) - Method in class org.bluezoo.gumdrop.websocket.DefaultWebSocketEventHandler
 
textMessageReceived(WebSocketSession, String) - Method in interface org.bluezoo.gumdrop.websocket.WebSocketEventHandler
Called when a text message is received from the peer.
textMessageSent() - Method in class org.bluezoo.gumdrop.websocket.WebSocketServerMetrics
Records a text message sent.
time(ArrayResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
time(ArrayResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Returns the server time.
TIME_LIMIT_EXCEEDED - Enum constant in enum class org.bluezoo.gumdrop.ldap.client.LDAPResultCode
A time limit was exceeded.
TIMEOUT - Enum constant in enum class org.bluezoo.gumdrop.telemetry.ErrorCategory
Request timeout.
TimerHandle - Interface in org.bluezoo.gumdrop
Handle for a scheduled timer, allowing cancellation.
TldParser - Class in org.bluezoo.gumdrop.servlet.jsp
SAX-based parser for Tag Library Descriptor (TLD) files.
TldParser() - Constructor for class org.bluezoo.gumdrop.servlet.jsp.TldParser
 
TLS_ERROR - Enum constant in enum class org.bluezoo.gumdrop.telemetry.ErrorCategory
TLS/SSL handshake or encryption error.
tlsEstablished(SecurityInfo) - Method in interface org.bluezoo.gumdrop.smtp.handler.HelloHandler
Called when TLS is established after STARTTLS.
tlsEstablished(SecurityInfo) - Method in class org.bluezoo.gumdrop.smtp.LocalDeliveryHandler
 
tlsEstablished(SecurityInfo) - Method in class org.bluezoo.gumdrop.smtp.SimpleRelayHandler
 
TLSUtils - Class in org.bluezoo.gumdrop.util
Centralised utilities for TLS keystore and truststore loading.
to(String) - Static method in interface org.bluezoo.gumdrop.mailbox.SearchCriteria
Matches messages with To header containing the pattern.
TO - Enum constant in enum class org.bluezoo.gumdrop.mailbox.index.IndexedMessageContext.SearchType
 
toByteArray() - Method in class org.bluezoo.gumdrop.ldap.asn1.BEREncoder
Returns the encoded data as a byte array.
toByteArray() - Method in class org.bluezoo.gumdrop.telemetry.protobuf.ByteBufferChannel
Returns the data written so far as a byte array.
toByteArray(String) - Static method in class org.bluezoo.util.ByteArrays
Decodes a hexadecimal string into a byte array.
toByteBuffer() - Method in class org.bluezoo.gumdrop.ldap.asn1.BEREncoder
Returns the encoded data as a ByteBuffer.
toByteBuffer() - Method in class org.bluezoo.gumdrop.telemetry.protobuf.ByteBufferChannel
Returns the data written so far as a ByteBuffer.
toHeaderValue() - Method in class org.bluezoo.gumdrop.mime.ContentDisposition
Serializes this content disposition to RFC 2183/2231 compliant header format.
toHeaderValue() - Method in class org.bluezoo.gumdrop.mime.ContentType
Serializes this content type to RFC 2045/2231 compliant header format.
toHeaderValue() - Method in class org.bluezoo.gumdrop.mime.Parameter
Serializes this parameter to RFC 2231 compliant header format.
toHexString() - Method in class org.bluezoo.gumdrop.telemetry.SpanId
Returns the span ID as a lowercase hexadecimal string.
toHexString() - Method in class org.bluezoo.gumdrop.telemetry.TraceId
Returns the trace ID as a lowercase hexadecimal string.
toHexString(byte[]) - Static method in class org.bluezoo.util.ByteArrays
Encodes a byte array as a lowercase hexadecimal string.
toImapString() - Method in class org.bluezoo.gumdrop.mailbox.MessageSet.Range
Returns the IMAP string representation.
toImapString() - Method in class org.bluezoo.gumdrop.mailbox.MessageSet
Returns the IMAP string representation.
tokenType - Variable in class org.bluezoo.gumdrop.auth.Realm.TokenValidationResult
 
TOO_EARLY - Enum constant in enum class org.bluezoo.gumdrop.http.HTTPStatus
425 Too Early
TOO_MANY_ATTEMPTS - Enum constant in enum class org.bluezoo.gumdrop.ftp.FTPAuthenticationResult
Service not available — too many login attempts.
TOO_MANY_REQUESTS - Enum constant in enum class org.bluezoo.gumdrop.http.HTTPStatus
429 Too Many Requests
top(int, int, ServerTopReplyHandler) - Method in interface org.bluezoo.gumdrop.pop3.client.handler.ClientTransactionState
Sends a TOP command to retrieve message headers and body lines.
top(int, int, ServerTopReplyHandler) - Method in class org.bluezoo.gumdrop.pop3.client.POP3ClientProtocolHandler
 
top(TopState, Mailbox, int, int) - Method in class org.bluezoo.gumdrop.pop3.handler.DefaultPOP3Handler
 
top(TopState, Mailbox, int, int) - Method in interface org.bluezoo.gumdrop.pop3.handler.TransactionHandler
Called when the client requests message headers (TOP command).
TOPIC_ALIAS - Static variable in class org.bluezoo.gumdrop.mqtt.codec.MQTTProperties
 
TOPIC_ALIAS_MAXIMUM - Static variable in class org.bluezoo.gumdrop.mqtt.codec.MQTTProperties
 
TopicTree - Class in org.bluezoo.gumdrop.mqtt.broker
Trie-based topic tree for MQTT topic filter matching.
TopicTree() - Constructor for class org.bluezoo.gumdrop.mqtt.broker.TopicTree
 
TopicTree.SubscriptionEntry - Class in org.bluezoo.gumdrop.mqtt.broker
A subscription entry associating a subscriber identity with a QoS level.
TopState - Interface in org.bluezoo.gumdrop.pop3.handler
Operations available when responding to a TOP command.
toString() - Method in class org.bluezoo.gumdrop.auth.Realm.CertificateAuthenticationResult
 
toString() - Method in class org.bluezoo.gumdrop.auth.Realm.TokenValidationResult
 
toString() - Method in enum class org.bluezoo.gumdrop.auth.SASLMechanism
 
toString() - Method in class org.bluezoo.gumdrop.ClientEndpointPool.PoolTarget
 
toString() - Method in class org.bluezoo.gumdrop.config.ComponentDefinition
 
toString() - Method in class org.bluezoo.gumdrop.config.ComponentReference
 
toString() - Method in class org.bluezoo.gumdrop.config.ListValue
 
toString() - Method in class org.bluezoo.gumdrop.config.MapValue
 
toString() - Method in class org.bluezoo.gumdrop.config.PropertyDefinition
 
toString() - Method in class org.bluezoo.gumdrop.dns.DNSMessage
 
toString() - Method in class org.bluezoo.gumdrop.dns.DNSQuestion
 
toString() - Method in class org.bluezoo.gumdrop.dns.DNSResourceRecord
 
toString() - Method in class org.bluezoo.gumdrop.ftp.FTPFileInfo
 
toString() - Method in class org.bluezoo.gumdrop.http.client.HTTPResponse
 
toString() - Method in class org.bluezoo.gumdrop.http.Header
 
toString() - Method in class org.bluezoo.gumdrop.http.HTTPAuthenticationProvider.AuthenticationResult
 
toString() - Method in class org.bluezoo.gumdrop.http.HTTPPrincipal
 
toString() - Method in enum class org.bluezoo.gumdrop.http.HTTPVersion
Returns the HTTP version string (e.g., "HTTP/1.1").
toString() - Method in class org.bluezoo.gumdrop.http.StreamPriorityTree.PriorityNode
Deprecated.
 
toString() - Method in enum class org.bluezoo.gumdrop.imap.StatusItem
 
toString() - Method in class org.bluezoo.gumdrop.ldap.asn1.ASN1Element
 
toString() - Method in class org.bluezoo.gumdrop.ldap.client.Control
 
toString() - Method in class org.bluezoo.gumdrop.ldap.client.LDAPResult
 
toString() - Method in enum class org.bluezoo.gumdrop.ldap.client.LDAPResultCode
 
toString() - Method in class org.bluezoo.gumdrop.ldap.client.SearchRequest
 
toString() - Method in class org.bluezoo.gumdrop.ldap.client.SearchResultEntry
 
toString() - Method in enum class org.bluezoo.gumdrop.mailbox.Flag
 
toString() - Method in class org.bluezoo.gumdrop.mailbox.index.MessageIndexEntry
 
toString() - Method in enum class org.bluezoo.gumdrop.mailbox.MailboxAttribute
 
toString() - Method in class org.bluezoo.gumdrop.mailbox.maildir.MaildirFilename
Returns the full filename including flags.
toString() - Method in class org.bluezoo.gumdrop.mailbox.mbox.MboxMessageDescriptor
 
toString() - Method in class org.bluezoo.gumdrop.mailbox.MessageSet.Range
 
toString() - Method in class org.bluezoo.gumdrop.mailbox.MessageSet
 
toString() - Method in class org.bluezoo.gumdrop.mailbox.SimpleMessageDescriptor
 
toString() - Method in enum class org.bluezoo.gumdrop.mailbox.StoreAction
 
toString() - Method in class org.bluezoo.gumdrop.mime.ContentDisposition
Returns a human-readable string representation.
toString() - Method in class org.bluezoo.gumdrop.mime.ContentID
 
toString() - Method in class org.bluezoo.gumdrop.mime.ContentType
Returns a human-readable string representation.
toString() - Method in enum class org.bluezoo.gumdrop.mime.MIMEVersion
 
toString() - Method in class org.bluezoo.gumdrop.mime.Parameter
Returns a human-readable string representation.
toString() - Method in class org.bluezoo.gumdrop.mime.rfc5322.EmailAddress
 
toString() - Method in class org.bluezoo.gumdrop.mime.rfc5322.GroupEmailAddress
 
toString() - Method in class org.bluezoo.gumdrop.mqtt.codec.ConnectPacket
 
toString() - Method in class org.bluezoo.gumdrop.mqtt.MQTTSession
 
toString() - Method in class org.bluezoo.gumdrop.quota.Quota
 
toString() - Method in class org.bluezoo.gumdrop.quota.QuotaPolicy
 
toString() - Method in class org.bluezoo.gumdrop.redis.codec.RESPValue
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.CommentElement
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.CustomTagElement
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.DeclarationElement
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.DirectiveElement
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.ExpressionElement
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.InMemoryJavaCompiler.CompilationError
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.JSPPage
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.JSPPropertyGroupResolver.ResolvedJSPProperties
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.JSPSourceLocation
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.ScriptletElement
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.StandardActionElement
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.TagLibraryDescriptor.AttributeDescriptor
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.TagLibraryDescriptor.FunctionDescriptor
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.TagLibraryDescriptor.TagDescriptor
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.TagLibraryDescriptor
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.TagLibraryDescriptor.VariableDescriptor
 
toString() - Method in class org.bluezoo.gumdrop.servlet.jsp.TextElement
 
toString() - Method in enum class org.bluezoo.gumdrop.smtp.auth.DKIMResult
 
toString() - Method in enum class org.bluezoo.gumdrop.smtp.auth.DMARCPolicy
 
toString() - Method in enum class org.bluezoo.gumdrop.smtp.auth.DMARCResult
 
toString() - Method in enum class org.bluezoo.gumdrop.smtp.auth.SPFResult
 
toString() - Method in enum class org.bluezoo.gumdrop.smtp.BodyType
 
toString() - Method in class org.bluezoo.gumdrop.smtp.DSNEnvelopeParameters
 
toString() - Method in class org.bluezoo.gumdrop.smtp.DSNRecipientParameters
 
toString() - Method in class org.bluezoo.gumdrop.socks.SOCKSRequest
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.Attribute
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.LogRecord
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.metrics.Attributes
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.metrics.HistogramDataPoint
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.metrics.MetricData
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.metrics.NumberDataPoint
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.Span
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.SpanContext
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.SpanEvent
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.SpanId
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.SpanLink
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.TelemetryConfig
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.Trace
 
toString() - Method in class org.bluezoo.gumdrop.telemetry.TraceId
 
toString() - Method in class org.bluezoo.gumdrop.util.CIDRNetwork
 
toString() - Method in class org.bluezoo.gumdrop.websocket.WebSocketFrame
 
toTraceparent() - Method in class org.bluezoo.gumdrop.telemetry.SpanContext
Returns the W3C traceparent header value.
Trace - Class in org.bluezoo.gumdrop.telemetry
Represents a distributed trace.
Trace(String) - Constructor for class org.bluezoo.gumdrop.telemetry.Trace
Creates a new trace with a generated trace ID and a root span.
Trace(String, SpanKind) - Constructor for class org.bluezoo.gumdrop.telemetry.Trace
Creates a new trace with a generated trace ID and a root span.
Trace(SpanContext, String, SpanKind) - Constructor for class org.bluezoo.gumdrop.telemetry.Trace
Creates a trace continuing from a remote span context.
TRACE_ID_LENGTH - Static variable in class org.bluezoo.gumdrop.telemetry.SpanContext
Trace ID size in bytes (128-bit).
TraceId - Class in org.bluezoo.gumdrop.telemetry
Immutable wrapper for 16-byte trace IDs.
TraceId(byte[]) - Constructor for class org.bluezoo.gumdrop.telemetry.TraceId
Creates a trace ID from the given bytes.
TraceJsonSerializer - Class in org.bluezoo.gumdrop.telemetry.json
Serializes traces to OTLP JSON format.
TraceJsonSerializer(String) - Constructor for class org.bluezoo.gumdrop.telemetry.json.TraceJsonSerializer
Creates a trace serializer with the given service name.
TraceJsonSerializer(String, String, String, Map<String, String>) - Constructor for class org.bluezoo.gumdrop.telemetry.json.TraceJsonSerializer
Creates a trace serializer with service metadata.
TraceSerializer - Class in org.bluezoo.gumdrop.telemetry.protobuf
Serializes traces to OTLP protobuf format.
TraceSerializer(String) - Constructor for class org.bluezoo.gumdrop.telemetry.protobuf.TraceSerializer
Creates a trace serializer with the given service name.
TraceSerializer(String, String, String, Map<String, String>) - Constructor for class org.bluezoo.gumdrop.telemetry.protobuf.TraceSerializer
Creates a trace serializer with service metadata.
trackInboundQoS2(QoSManager.InFlightMessage) - Method in class org.bluezoo.gumdrop.mqtt.broker.QoSManager
Registers an inbound QoS 2 message (peer published, we sent PUBREC).
trackOutbound(QoSManager.InFlightMessage) - Method in class org.bluezoo.gumdrop.mqtt.broker.QoSManager
Registers an outbound in-flight message (we published, awaiting ack).
TRADITIONAL - Enum constant in enum class org.bluezoo.gumdrop.servlet.jsp.JSPParserFactory.ParserType
Traditional JSP syntax parser
TraditionalJSPParser - Class in org.bluezoo.gumdrop.servlet.jsp
Parser for traditional JSP syntax using <% %> scriptlets and directives.
TraditionalJSPParser() - Constructor for class org.bluezoo.gumdrop.servlet.jsp.TraditionalJSPParser
 
TransactionHandler - Interface in org.bluezoo.gumdrop.pop3.handler
Handler for POP3 TRANSACTION state commands.
transactionTimeoutMs - Variable in class org.bluezoo.gumdrop.pop3.POP3Listener
 
TRANSFER_STARTING - Enum constant in enum class org.bluezoo.gumdrop.ftp.FTPFileOperationResult
File transfer starting (150).
transferComplete(long) - Method in interface org.bluezoo.gumdrop.ftp.FTPDataConnectionCoordinator.TransferCallback
 
transferCompleted(String, boolean, long, boolean, FTPConnectionMetadata) - Method in class org.bluezoo.gumdrop.ftp.file.AnonymousFTPHandler
 
transferCompleted(String, boolean, long, boolean, FTPConnectionMetadata) - Method in class org.bluezoo.gumdrop.ftp.file.RoleBasedFTPHandler
 
transferCompleted(String, boolean, long, boolean, FTPConnectionMetadata) - Method in class org.bluezoo.gumdrop.ftp.file.SimpleFTPHandler
 
transferCompleted(String, boolean, long, boolean, FTPConnectionMetadata) - Method in interface org.bluezoo.gumdrop.ftp.FTPConnectionHandler
Called when a data transfer has completed.
transferFailed(IOException) - Method in interface org.bluezoo.gumdrop.ftp.FTPDataConnectionCoordinator.TransferCallback
 
transferProgress(String, boolean, ByteBuffer, long, FTPConnectionMetadata) - Method in class org.bluezoo.gumdrop.ftp.file.AnonymousFTPHandler
 
transferProgress(String, boolean, ByteBuffer, long, FTPConnectionMetadata) - Method in class org.bluezoo.gumdrop.ftp.file.RoleBasedFTPHandler
 
transferProgress(String, boolean, ByteBuffer, long, FTPConnectionMetadata) - Method in class org.bluezoo.gumdrop.ftp.file.SimpleFTPHandler
 
transferProgress(String, boolean, ByteBuffer, long, FTPConnectionMetadata) - Method in interface org.bluezoo.gumdrop.ftp.FTPConnectionHandler
Called during data transfer to provide transfer progress updates.
transferStarting(String, boolean, long, FTPConnectionMetadata) - Method in class org.bluezoo.gumdrop.ftp.file.AnonymousFTPHandler
 
transferStarting(String, boolean, long, FTPConnectionMetadata) - Method in class org.bluezoo.gumdrop.ftp.file.RoleBasedFTPHandler
 
transferStarting(String, boolean, long, FTPConnectionMetadata) - Method in class org.bluezoo.gumdrop.ftp.file.SimpleFTPHandler
 
transferStarting(String, boolean, long, FTPConnectionMetadata) - Method in interface org.bluezoo.gumdrop.ftp.FTPConnectionHandler
Called when a data transfer (upload/download) is starting.
TransportFactory - Class in org.bluezoo.gumdrop
Abstract base class for transport endpoint factories.
TransportFactory() - Constructor for class org.bluezoo.gumdrop.TransportFactory
 
TRASH - Enum constant in enum class org.bluezoo.gumdrop.mailbox.MailboxAttribute
Used for deleted/trash messages.
truststoreFile - Variable in class org.bluezoo.gumdrop.TransportFactory
Truststore file for validating peer certificates (e.g.
truststoreFormat - Variable in class org.bluezoo.gumdrop.TransportFactory
Truststore format (default PKCS12).
truststorePass - Variable in class org.bluezoo.gumdrop.TransportFactory
Truststore password.
tryAcquire() - Method in class org.bluezoo.gumdrop.ratelimit.RateLimiter
Attempts to acquire a permit from this rate limiter.
tryAcquire(ClientEndpointPool.PoolTarget) - Method in class org.bluezoo.gumdrop.ClientEndpointPool
Tries to acquire an idle endpoint for the given target.
tryCreate(AuthenticatedHandler) - Method in interface org.bluezoo.gumdrop.imap.handler.AppendState
Mailbox does not exist, client should try CREATE first.
ttl(String, IntegerResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
ttl(String, IntegerResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Gets the remaining time to live in seconds.
txt(String, int, String) - Static method in class org.bluezoo.gumdrop.dns.DNSResourceRecord
Creates a TXT record.
TXT - Enum constant in enum class org.bluezoo.gumdrop.dns.DNSType
Text record.
type(String, StringResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
 
type(String, StringResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
Returns the type of a key.
type(FieldType) - Method in class org.bluezoo.gumdrop.grpc.proto.FieldDescriptor.Builder
 
TYPE_BOOL - Static variable in class org.bluezoo.gumdrop.telemetry.Attribute
 
TYPE_CONTINUATION - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
 
TYPE_DATA - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
 
TYPE_DOUBLE - Static variable in class org.bluezoo.gumdrop.telemetry.Attribute
 
TYPE_GOAWAY - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
 
TYPE_HEADERS - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
 
TYPE_INT - Static variable in class org.bluezoo.gumdrop.telemetry.Attribute
 
TYPE_PING - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
 
TYPE_PRIORITY - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
 
TYPE_PUSH_PROMISE - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
 
TYPE_RST_STREAM - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
 
TYPE_SETTINGS - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
 
TYPE_STRING - Static variable in class org.bluezoo.gumdrop.telemetry.Attribute
Attribute value types matching OTLP AnyValue.
TYPE_WINDOW_UPDATE - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
 
typeToString(int) - Static method in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
Returns a human-readable name for a frame type.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form