Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- FAIL - Enum constant in enum class org.bluezoo.gumdrop.smtp.auth.DKIMResult
-
The message signature verification failed.
- FAIL - Enum constant in enum class org.bluezoo.gumdrop.smtp.auth.DMARCResult
-
The message fails DMARC authentication.
- FAIL - Enum constant in enum class org.bluezoo.gumdrop.smtp.auth.SPFResult
-
The client is NOT authorized to send mail for the domain.
- failed(Exception) - Method in class org.bluezoo.gumdrop.http.client.DefaultHTTPResponseHandler
-
Called when the request fails.
- failed(Exception) - Method in interface org.bluezoo.gumdrop.http.client.HTTPResponseHandler
-
Called when the request fails due to a connection error, protocol error, cancellation, or server shutdown (GOAWAY).
- FAILED_DEPENDENCY - Enum constant in enum class org.bluezoo.gumdrop.http.HTTPStatus
-
424 Failed Dependency (WebDAV)
- failure() - Static method in class org.bluezoo.gumdrop.auth.Realm.CertificateAuthenticationResult
- failure() - Static method in class org.bluezoo.gumdrop.auth.Realm.TokenValidationResult
-
Creates a failed token validation result.
- failure(String) - Static method in class org.bluezoo.gumdrop.http.HTTPAuthenticationProvider.AuthenticationResult
-
Creates a failed authentication result with an error message.
- failure(String, String, String) - Static method in class org.bluezoo.gumdrop.http.HTTPAuthenticationProvider.AuthenticationResult
-
Creates a failed authentication result with specific scheme and realm details.
- FAILURE - Enum constant in enum class org.bluezoo.gumdrop.smtp.DSNNotify
-
Send a DSN when delivery fails permanently.
- fetch(String, String, ServerFetchReplyHandler) - Method in interface org.bluezoo.gumdrop.imap.client.handler.ClientSelectedState
- fetch(String, String, ServerFetchReplyHandler) - Method in class org.bluezoo.gumdrop.imap.client.IMAPClientProtocolHandler
- fetch(FetchState, Mailbox, MessageSet, Set<String>) - Method in class org.bluezoo.gumdrop.imap.handler.DefaultIMAPHandler
- fetch(FetchState, Mailbox, MessageSet, Set<String>) - Method in interface org.bluezoo.gumdrop.imap.handler.SelectedHandler
-
Called when the client sends FETCH command.
- FetchData - Class in org.bluezoo.gumdrop.imap.client
-
Structured data from an IMAP FETCH response (RFC 9051 section 7.4.2), representing the non-literal data items for a single message.
- FetchData() - Constructor for class org.bluezoo.gumdrop.imap.client.FetchData
- FetchData.Envelope - Class in org.bluezoo.gumdrop.imap.client
-
IMAP ENVELOPE structure from a FETCH response.
- FetchState - Interface in org.bluezoo.gumdrop.imap.handler
-
Operations available when responding to a FETCH command.
- field(String, Object) - Method in class org.bluezoo.gumdrop.grpc.proto.ProtoDefaultHandler
- field(String, Object) - Method in interface org.bluezoo.gumdrop.grpc.proto.ProtoMessageHandler
-
Scalar field.
- field(ProtobufWriter, String, Object) - Method in class org.bluezoo.gumdrop.grpc.proto.ProtoModelSerializer
-
Writes a scalar field.
- FieldDescriptor - Class in org.bluezoo.gumdrop.grpc.proto
-
Descriptor for a protobuf field.
- FieldDescriptor.Builder - Class in org.bluezoo.gumdrop.grpc.proto
- FieldType - Enum Class in org.bluezoo.gumdrop.grpc.proto
-
Protobuf field type.
- FILE_LOCKED - Enum constant in enum class org.bluezoo.gumdrop.ftp.FTPFileOperationResult
-
File is locked or in use (550).
- FILE_SYSTEM_ERROR - Enum constant in enum class org.bluezoo.gumdrop.ftp.FTPFileOperationResult
-
File system error (550).
- fileDeleted() - Method in class org.bluezoo.gumdrop.ftp.FTPServerMetrics
-
Records a file deletion.
- fileDownloaded(long, double) - Method in class org.bluezoo.gumdrop.ftp.FTPServerMetrics
-
Records a file download (RETR).
- fileUploaded(long, double) - Method in class org.bluezoo.gumdrop.ftp.FTPServerMetrics
-
Records a file upload (STOR).
- FILTER_AND - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
-
AND filter tag — RFC 4511 section 4.5.1.
- FILTER_APPROX - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
-
Approximate match filter tag.
- FILTER_EQUALITY - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
-
Equality match filter tag.
- FILTER_EXTENSIBLE - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
-
Extensible match filter tag.
- FILTER_GREATER_OR_EQUAL - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
-
Greater or equal filter tag.
- FILTER_LESS_OR_EQUAL - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
-
Less or equal filter tag.
- FILTER_NOT - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
-
NOT filter tag.
- FILTER_OR - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
-
OR filter tag.
- FILTER_PRESENT - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
-
Present filter tag.
- FILTER_SUBSTRINGS - Static variable in class org.bluezoo.gumdrop.ldap.client.LDAPConstants
-
Substrings filter tag.
- filterByType(List<DNSResourceRecord>, DNSType) - Static method in class org.bluezoo.gumdrop.dns.DNSSECValidator
-
Extracts records of a specific type from a record list.
- FilterReg - Interface in org.bluezoo.gumdrop.servlet.manager
-
Extension to FilterRegistration.Dynamic to additionally provide Description interface.
- findAttribute(String) - Method in class javax.servlet.jsp.DefaultPageContext
- findAttribute(String) - Method in class javax.servlet.jsp.PageContext
-
Searches for the named attribute in page, request, session (if valid), and application scope(s) in order and returns the value associated or null.
- findClass(String) - Method in class org.bluezoo.gumdrop.DependencyClassLoader
- findClass(URL, String) - Method in class org.bluezoo.gumdrop.DependencyClassLoader
-
Searches a URL representing a jar file for the specified class.
- findEdnsOption(byte[], int) - Static method in class org.bluezoo.gumdrop.dns.DNSCookie
-
Parses EDNS0 options from OPT record RDATA.
- FINDING_BASE_OBJ - Enum constant in enum class org.bluezoo.gumdrop.ldap.client.DerefAliases
-
Dereference aliases when finding the base object.
- findMatchingDNSKEY(DNSResourceRecord, List<DNSResourceRecord>) - Static method in class org.bluezoo.gumdrop.dns.DNSSECValidator
-
Finds the matching DNSKEY for an RRSIG from a list of DNSKEYs by matching the key tag and algorithm.
- findResource(String) - Method in class org.bluezoo.gumdrop.ContainerClassLoader
- findResource(String) - Method in class org.bluezoo.gumdrop.DependencyClassLoader
- findResource(URL, String) - Method in class org.bluezoo.gumdrop.DependencyClassLoader
-
Returns a URL for the specified resource.
- findResourceAsStream(String) - Method in class org.bluezoo.gumdrop.DependencyClassLoader
- findResourceAsStream(URL, String) - Method in class org.bluezoo.gumdrop.DependencyClassLoader
-
Returns an InputStream for the specified resource.
- findResources(String) - Method in class org.bluezoo.gumdrop.ContainerClassLoader
- findResources(String) - Method in class org.bluezoo.gumdrop.DependencyClassLoader
- findRRSIGs(List<DNSResourceRecord>, int) - Static method in class org.bluezoo.gumdrop.dns.DNSSECValidator
-
Extracts RRSIGs from a record list that cover a specific type.
- finish(CompletionHandler<Long, Void>) - Method in interface org.bluezoo.gumdrop.mailbox.AsyncMessageWriter
-
Finalizes the append, moving the message into the mailbox.
- FIXED_HEADER_SIZE - Static variable in class org.bluezoo.gumdrop.mailbox.index.MessageIndexEntry
-
Size of the fixed header in bytes.
- FIXED32 - Enum constant in enum class org.bluezoo.gumdrop.grpc.proto.FieldType
- FIXED64 - Enum constant in enum class org.bluezoo.gumdrop.grpc.proto.FieldType
- Flag - Enum Class in org.bluezoo.gumdrop.mailbox
-
Enumeration of standard IMAP message flags.
- FLAG - Enum constant in enum class org.bluezoo.gumdrop.mailbox.index.IndexedMessageContext.SearchType
- FLAG_AA - Static variable in class org.bluezoo.gumdrop.dns.DNSMessage
-
Authoritative Answer flag (bit 10).
- FLAG_ACK - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
- FLAG_AD - Static variable in class org.bluezoo.gumdrop.dns.DNSMessage
-
Authenticated Data flag (bit 5).
- FLAG_CD - Static variable in class org.bluezoo.gumdrop.dns.DNSMessage
-
Checking Disabled flag (bit 4).
- FLAG_END_HEADERS - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
- FLAG_END_STREAM - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
- FLAG_PADDED - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
- FLAG_PRIORITY - Static variable in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
- FLAG_QR - Static variable in class org.bluezoo.gumdrop.dns.DNSMessage
-
Query/Response flag (bit 15): 0 = query, 1 = response.
- FLAG_RA - Static variable in class org.bluezoo.gumdrop.dns.DNSMessage
-
Recursion Available flag (bit 7).
- FLAG_RD - Static variable in class org.bluezoo.gumdrop.dns.DNSMessage
-
Recursion Desired flag (bit 8).
- FLAG_SAMPLED - Static variable in class org.bluezoo.gumdrop.telemetry.SpanContext
-
Trace flag indicating the trace is sampled.
- FLAG_TC - Static variable in class org.bluezoo.gumdrop.dns.DNSMessage
-
Truncation flag (bit 9).
- flagged() - Static method in interface org.bluezoo.gumdrop.mailbox.SearchCriteria
-
Matches messages with the \Flagged flag.
- FLAGGED - Enum constant in enum class org.bluezoo.gumdrop.mailbox.Flag
-
Message is flagged for urgent/special attention.
- FLAGGED - Enum constant in enum class org.bluezoo.gumdrop.mailbox.MailboxAttribute
-
Virtual mailbox containing all flagged messages.
- flagsUpdated(int, Set<Flag>) - Method in interface org.bluezoo.gumdrop.imap.handler.StoreState
-
Sends a FETCH response with updated flags.
- FLOAT - Enum constant in enum class org.bluezoo.gumdrop.grpc.proto.FieldType
- flush() - Method in class javax.servlet.jsp.DefaultJspWriter
- flush() - Method in class javax.servlet.jsp.JspWriter
-
Flush the stream.
- flush() - Method in class org.bluezoo.gumdrop.http.h2.H2Writer
-
Flushes any buffered data to the channel.
- flush() - Method in class org.bluezoo.gumdrop.telemetry.json.OTLPFileExporter
- flush() - Method in class org.bluezoo.gumdrop.telemetry.OTLPExporter
- flush() - Method in class org.bluezoo.gumdrop.telemetry.OTLPGrpcExporter
- flush() - Method in interface org.bluezoo.gumdrop.telemetry.TelemetryExporter
-
Flushes any buffered telemetry data.
- flush() - Method in class org.bluezoo.util.BufferingByteChannel
- flushall(StringResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
- flushall(StringResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
-
Flushes all databases.
- flushConnection(QuicConnection) - Method in class org.bluezoo.gumdrop.quic.QuicEngine
-
Flushes outgoing QUIC packets for a connection.
- flushdb(StringResultHandler) - Method in class org.bluezoo.gumdrop.redis.client.RedisClientProtocolHandler
- flushdb(StringResultHandler) - Method in interface org.bluezoo.gumdrop.redis.client.RedisSession
-
Flushes the current database.
- FORBIDDEN - Enum constant in enum class org.bluezoo.gumdrop.http.HTTPStatus
-
403 Forbidden
- forceFlush() - Method in class org.bluezoo.gumdrop.telemetry.OTLPExporter
-
Forces an immediate flush of all pending telemetry data.
- forceFlush() - Method in class org.bluezoo.gumdrop.telemetry.OTLPGrpcExporter
-
Forces an immediate flush of all pending telemetry data.
- forEachUnblockedStream(IntConsumer) - Method in class org.bluezoo.gumdrop.http.h2.H2FlowControl
-
Invokes the consumer for each stream that currently has available send window (both stream-level and connection-level are positive).
- forLoop(SelectorLoop) - Static method in class org.bluezoo.gumdrop.dns.client.DNSResolver
-
Returns a resolver bound to the given SelectorLoop, creating one lazily if needed.
- FORM_AUTH - Static variable in class org.bluezoo.gumdrop.http.HTTPAuthenticationMethods
-
Form-based Authentication - HTML form login (servlet-specific).
- format(OffsetDateTime) - Static method in class org.bluezoo.gumdrop.mime.rfc5322.MessageDateTimeFormatter
-
Format a OffsetDateTime in RFC 5322 canonical format.
- format(Date, StringBuffer, FieldPosition) - Method in class org.bluezoo.gumdrop.http.HTTPDateFormat
-
Appends the textual value for the specified field to the given string buffer.
- format(LogRecord) - Method in class org.bluezoo.gumdrop.util.LaconicFormatter
- format(LogRecord) - Method in class org.bluezoo.gumdrop.util.MessageFormatter
- formatAsListingLine() - Method in class org.bluezoo.gumdrop.ftp.FTPFileInfo
-
Formats this file info as a Unix-style directory listing line.
- formatAsMLSEntry() - Method in class org.bluezoo.gumdrop.ftp.FTPFileInfo
-
Formats this file info as an RFC 3659 machine-readable listing entry.
- formatExtension(String, Map<String, String>) - Static method in class org.bluezoo.gumdrop.websocket.WebSocketHandshake
-
RFC 6455 §9.1 — formats a single extension with parameters.
- formatExtensions(List<WebSocketExtension>) - Static method in class org.bluezoo.gumdrop.websocket.WebSocketHandshake
-
RFC 6455 §9.1 — formats a list of negotiated extensions for the
Sec-WebSocket-Extensionsresponse header. - formatOffers(List<WebSocketExtension>) - Static method in class org.bluezoo.gumdrop.websocket.WebSocketHandshake
-
RFC 6455 §9.1 — formats client extension offers for the request header.
- formatSize(long) - Static method in class org.bluezoo.gumdrop.quota.QuotaPolicy
-
Formats a byte size as a human-readable string.
- forSelectorLoop(SelectorLoop) - Method in class org.bluezoo.gumdrop.auth.BasicRealm
- forSelectorLoop(SelectorLoop) - Method in class org.bluezoo.gumdrop.auth.LDAPRealm
- forSelectorLoop(SelectorLoop) - Method in class org.bluezoo.gumdrop.auth.OAuthRealm
- forSelectorLoop(SelectorLoop) - Method in interface org.bluezoo.gumdrop.auth.Realm
-
Returns a Realm instance bound to the specified SelectorLoop.
- forward(String) - Method in class javax.servlet.jsp.DefaultPageContext
- forward(String) - Method in class javax.servlet.jsp.PageContext
-
This method is used to re-direct, or "forward" the current ServletRequest and ServletResponse to another active component in the application.
- FORWARD_ACTION - Static variable in class org.bluezoo.gumdrop.servlet.jsp.StandardActionElement
- FOUND - Enum constant in enum class org.bluezoo.gumdrop.http.HTTPStatus
-
302 Found (Previously "Moved Temporarily")
- frame(byte[]) - Static method in class org.bluezoo.gumdrop.grpc.GrpcFraming
-
Wraps a message with the gRPC 5-byte prefix.
- frame(ByteBuffer) - Static method in class org.bluezoo.gumdrop.grpc.GrpcFraming
-
Wraps a message with the gRPC 5-byte prefix.
- FRAME_HEADER_LENGTH - Static variable in class org.bluezoo.gumdrop.http.h2.H2Parser
-
RFC 9113 section 4.1: frame header is 9 octets: Length(24) Type(8) Flags(8) R(1) StreamId(31)
- FRAME_HEADER_LENGTH - Static variable in class org.bluezoo.gumdrop.http.h2.H2Writer
-
RFC 9113 section 4.1: frame header is always 9 octets
- framedSize(int) - Static method in class org.bluezoo.gumdrop.grpc.GrpcFraming
-
Returns the total size of a framed message (header + payload).
- frameError(int, int, String) - Method in class org.bluezoo.gumdrop.http.client.HTTPClientProtocolHandler
- frameError(int, int, String) - Method in interface org.bluezoo.gumdrop.http.h2.H2FrameHandler
-
Called when a protocol error is detected during frame parsing.
- frameError(int, int, String) - Method in class org.bluezoo.gumdrop.http.HTTPProtocolHandler
- framePadding - Variable in class org.bluezoo.gumdrop.http.HTTPListener
-
HTTP/2 frame padding amount for server-originated frames.
- frameReceived(String) - Method in class org.bluezoo.gumdrop.websocket.WebSocketServerMetrics
-
Records a frame received.
- frameSent(String) - Method in class org.bluezoo.gumdrop.websocket.WebSocketServerMetrics
-
Records a frame sent.
- from(String) - Static method in interface org.bluezoo.gumdrop.mailbox.SearchCriteria
-
Matches messages with From header containing the pattern.
- FROM - Enum constant in enum class org.bluezoo.gumdrop.mailbox.index.IndexedMessageContext.SearchType
- fromAlpnIdentifier(String) - Static method in enum class org.bluezoo.gumdrop.http.HTTPVersion
-
Parses an HTTP version from an ALPN identifier (e.g., "h2", "h2c", "http/1.1").
- fromCode(int) - Static method in enum class org.bluezoo.gumdrop.http.HTTPStatus
-
Returns the HTTPStatus for the given numeric status code.
- fromCode(int) - Static method in enum class org.bluezoo.gumdrop.ldap.client.LDAPResultCode
-
Returns the LDAPResultCode for the given numeric code.
- fromException(Throwable) - Static method in enum class org.bluezoo.gumdrop.telemetry.ErrorCategory
-
Maps an exception type to an error category.
- fromFtpReplyCode(int) - Static method in enum class org.bluezoo.gumdrop.telemetry.ErrorCategory
-
Maps an FTP reply code to an error category.
- fromHttpStatus(int) - Static method in enum class org.bluezoo.gumdrop.telemetry.ErrorCategory
-
Maps an HTTP status code to an error category.
- fromImapAtom(String) - Static method in enum class org.bluezoo.gumdrop.mailbox.Flag
-
Parses an IMAP flag atom string to the corresponding Flag enum value.
- fromImapAtom(String) - Static method in enum class org.bluezoo.gumdrop.mailbox.MailboxAttribute
-
Parses an IMAP attribute atom string to the corresponding enum value.
- fromImapKeyword(String) - Static method in enum class org.bluezoo.gumdrop.mailbox.StoreAction
-
Parses an IMAP store action keyword to the corresponding StoreAction enum value.
- fromImapName(String) - Static method in enum class org.bluezoo.gumdrop.imap.StatusItem
-
Parses an IMAP status item name to the corresponding enum value.
- fromName(String) - Static method in enum class org.bluezoo.gumdrop.auth.SASLMechanism
-
Parses a mechanism name to its enum value.
- fromNumber(int) - Static method in enum class org.bluezoo.gumdrop.dns.DNSSECAlgorithm
-
Returns the DNSSECAlgorithm for the given IANA number.
- fromPrefix(byte) - Static method in enum class org.bluezoo.gumdrop.redis.codec.RESPType
-
Returns the RESP type for the given prefix byte.
- fromProtocolLevel(int) - Static method in enum class org.bluezoo.gumdrop.mqtt.codec.MQTTVersion
-
Returns the version for the given protocol level byte.
- fromProtoValue(int) - Static method in enum class org.bluezoo.gumdrop.telemetry.metrics.AggregationTemporality
-
Returns the temporality for a given protobuf value.
- fromSmtpReplyCode(int) - Static method in enum class org.bluezoo.gumdrop.telemetry.ErrorCategory
-
Maps an SMTP reply code to an error category.
- fromString(String) - Static method in enum class org.bluezoo.gumdrop.http.HTTPVersion
-
Parses an HTTP version from either a version string or ALPN identifier.
- fromTraceparent(String) - Static method in class org.bluezoo.gumdrop.telemetry.SpanContext
-
Parses a W3C traceparent header value.
- fromTraceparent(String, String) - Static method in class org.bluezoo.gumdrop.telemetry.Trace
-
Creates a trace from a W3C traceparent header.
- fromTraceparent(String, String, SpanKind) - Static method in class org.bluezoo.gumdrop.telemetry.Trace
-
Creates a trace from a W3C traceparent header.
- fromValue(int) - Static method in enum class org.bluezoo.gumdrop.dns.DNSClass
-
Returns the DNSClass for the given numeric value.
- fromValue(int) - Static method in enum class org.bluezoo.gumdrop.dns.DNSType
-
Returns the DNSType for the given numeric value.
- fromValue(int) - Static method in enum class org.bluezoo.gumdrop.ldap.client.DerefAliases
-
Returns the DerefAliases for the given protocol value.
- fromValue(int) - Static method in enum class org.bluezoo.gumdrop.ldap.client.SearchScope
-
Returns the SearchScope for the given protocol value.
- fromValue(int) - Static method in enum class org.bluezoo.gumdrop.mqtt.codec.MQTTPacketType
-
Returns the packet type for the given numeric value.
- fromValue(int) - Static method in enum class org.bluezoo.gumdrop.mqtt.codec.QoS
-
Returns the QoS for the given numeric value.
- fromVersionString(String) - Static method in enum class org.bluezoo.gumdrop.http.HTTPVersion
-
Parses an HTTP version from a version string (e.g., "HTTP/1.1", "HTTP/2.0").
- FTP_DEFAULT_DATA_PORT - Static variable in class org.bluezoo.gumdrop.ftp.FTPListener
-
The default FTP data port.
- FTP_DEFAULT_PORT - Static variable in class org.bluezoo.gumdrop.ftp.FTPListener
-
The default FTP transmission control port.
- FTPAuthenticationResult - Enum Class in org.bluezoo.gumdrop.ftp
-
Defines the possible outcomes for FTP authentication attempts.
- FTPConnectionHandler - Interface in org.bluezoo.gumdrop.ftp
-
Handler interface for FTP connection events and business logic.
- FTPConnectionHandlerFactory - Interface in org.bluezoo.gumdrop.ftp
-
A factory interface for creating
FTPConnectionHandlerinstances. - FTPConnectionMetadata - Class in org.bluezoo.gumdrop.ftp
-
Provides comprehensive metadata about an active FTP connection.
- FTPConnectionMetadata(InetSocketAddress, InetSocketAddress, boolean, Certificate[], String, String, long, String) - Constructor for class org.bluezoo.gumdrop.ftp.FTPConnectionMetadata
-
Constructs a new FTPConnectionMetadata instance.
- FTPConnectionMetadata.FTPTransferMode - Enum Class in org.bluezoo.gumdrop.ftp
-
Transfer modes for FTP data connections.
- FTPConnectionMetadata.FTPTransferType - Enum Class in org.bluezoo.gumdrop.ftp
-
Transfer types for FTP data representation.
- FTPDataConnectionCoordinator - Class in org.bluezoo.gumdrop.ftp
-
Coordinates FTP data connections as specified in RFC 959 sections 3.2–3.3.
- FTPDataConnectionCoordinator(FTPControlConnection) - Constructor for class org.bluezoo.gumdrop.ftp.FTPDataConnectionCoordinator
- FTPDataConnectionCoordinator.DataConnectionMode - Enum Class in org.bluezoo.gumdrop.ftp
-
Data connection modes per RFC 959 section 3.2.
- FTPDataConnectionCoordinator.PendingTransfer - Class in org.bluezoo.gumdrop.ftp
-
Represents a pending data transfer operation
- FTPDataConnectionCoordinator.TransferCallback - Interface in org.bluezoo.gumdrop.ftp
-
Callback for asynchronous transfer completion.
- FTPDataConnectionCoordinator.TransferType - Enum Class in org.bluezoo.gumdrop.ftp
-
Data transfer types
- FTPFileInfo - Class in org.bluezoo.gumdrop.ftp
-
Represents metadata about a file or directory in the FTP file system.
- FTPFileInfo(String, long, Instant, String, String, String) - Constructor for class org.bluezoo.gumdrop.ftp.FTPFileInfo
-
Creates file information for a regular file.
- FTPFileInfo(String, Instant, String, String, String) - Constructor for class org.bluezoo.gumdrop.ftp.FTPFileInfo
-
Creates file information for a directory.
- FTPFileOperationResult - Enum Class in org.bluezoo.gumdrop.ftp
-
Defines the possible outcomes for FTP file and directory operations.
- FTPFileSystem - Interface in org.bluezoo.gumdrop.ftp
-
Abstract interface for FTP file system operations.
- FTPFileSystem.DirectoryChangeResult - Class in org.bluezoo.gumdrop.ftp
-
Result of a directory change operation.
- FTPFileSystem.UniqueNameResult - Class in org.bluezoo.gumdrop.ftp
-
Result of a unique name generation operation.
- FTPListener - Class in org.bluezoo.gumdrop.ftp
-
TCP transport listener for FTP control connections.
- FTPListener() - Constructor for class org.bluezoo.gumdrop.ftp.FTPListener
- FTPOperation - Enum Class in org.bluezoo.gumdrop.ftp
-
Categories of FTP operations for authorization purposes.
- FTPProtocolHandler - Class in org.bluezoo.gumdrop.ftp
-
FTP protocol handler using
ProtocolHandlerandLineParser. - FTPProtocolHandler(FTPListener, FTPConnectionHandler) - Constructor for class org.bluezoo.gumdrop.ftp.FTPProtocolHandler
-
Creates a new FTP endpoint handler.
- FTPRoles - Class in org.bluezoo.gumdrop.ftp
-
Standard role names for FTP authorization.
- FTPS_DEFAULT_PORT - Static variable in class org.bluezoo.gumdrop.ftp.FTPListener
-
The default FTPS transmission control port.
- FTPServerMetrics - Class in org.bluezoo.gumdrop.ftp
-
OpenTelemetry metrics for FTP servers.
- FTPServerMetrics(TelemetryConfig) - Constructor for class org.bluezoo.gumdrop.ftp.FTPServerMetrics
-
Creates FTP server metrics using the given telemetry configuration.
- FTPService - Class in org.bluezoo.gumdrop.ftp
-
Abstract base for FTP application services.
- FTPService() - Constructor for class org.bluezoo.gumdrop.ftp.FTPService
- FULL - Enum constant in enum class org.bluezoo.gumdrop.smtp.DSNReturn
-
Include the full original message in the DSN.
- fullName(String) - Method in class org.bluezoo.gumdrop.grpc.proto.EnumDescriptor.Builder
- fullName(String) - Method in class org.bluezoo.gumdrop.grpc.proto.MessageDescriptor.Builder
- fullName(String) - Method in class org.bluezoo.gumdrop.grpc.proto.ServiceDescriptor.Builder
- FunctionDescriptor() - Constructor for class org.bluezoo.gumdrop.servlet.jsp.TagLibraryDescriptor.FunctionDescriptor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form