| Name | Description | Type | Package | Framework |
| AbstractAuthLogicHandler | AbstractAuthLogicHandler. | Class | org.apache.mina.proxy.handlers.http | Apache Mina |
|
| AbstractDatagramSessionConfig | TODO Add documentationAuthor:Apache MINA Project | Class | org.apache.mina.transport.socket | Apache Mina |
|
| AbstractHttpLogicHandler | AbstractHttpLogicHandler. | Class | org.apache.mina.proxy.handlers.http | Apache Mina |
|
| AbstractIoAcceptor | A base implementation of IoAcceptor. | Class | org.apache.mina.core.service | Apache Mina |
|
| AbstractIoBuffer | A base implementation of IoBuffer. | Class | org.apache.mina.core.buffer | Apache Mina |
|
| AbstractIoConnector | A base implementation of IoConnector. | Class | org.apache.mina.core.service | Apache Mina |
|
| AbstractIoService | Base implementation of IoServices. | Class | org.apache.mina.core.service | Apache Mina |
|
| AbstractIoSession | Base implementation of IoSession. | Class | org.apache.mina.core.session | Apache Mina |
|
| AbstractIoSessionConfig | A base implementation of IoSessionConfig. | Class | org.apache.mina.core.session | Apache Mina |
|
| AbstractMessage | A base message for SumUp protocol messages. | Class | org.apache.mina.example.sumup.message | Apache Mina |
|
| AbstractMessageDecoder | A MessageDecoder that decodes message header and forwards the decoding of body to a subclass. | Class | org.apache.mina.example.sumup.codec | Apache Mina |
|
| AbstractMessageEncoder | A MessageEncoder that encodes message header and forwards the encoding of body to a subclass. | Class | org.apache.mina.example.sumup.codec | Apache Mina |
|
| AbstractPollingIoAcceptor | A base class for implementing transport using a polling strategy. | Class | org.apache.mina.core.polling | Apache Mina |
|
| AbstractPollingIoConnector | A base class for implementing client transport using a polling strategy. | Class | org.apache.mina.core.polling | Apache Mina |
|
| AbstractPollingIoProcessor | An abstract implementation of IoProcessor which helps transport developers to write an IoProcessor easily. | Class | org.apache.mina.core.polling | Apache Mina |
|
| AbstractPropertyAccessor | An abstract OGNL PropertyAccessor for MINA constructs. | Class | org.apache.mina.integration.ognl | Apache Mina |
|
| AbstractPropertyEditor | An abstract bi-directional PropertyEditor. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| AbstractProtocolDecoderOutput | A ProtocolDecoderOutput based on queue. | Class | org.apache.mina.filter.codec | Apache Mina |
|
| AbstractProtocolEncoderOutput | A ProtocolEncoderOutput based on queue. | Class | org.apache.mina.filter.codec | Apache Mina |
|
| AbstractProxyIoHandler | Base class of IoHandler classes which handle proxied connections. | Class | org.apache.mina.example.proxy | Apache Mina |
|
| AbstractProxyIoHandler | AbstractProxyIoHandler. | Class | org.apache.mina.proxy | Apache Mina |
|
| AbstractProxyLogicHandler | AbstractProxyLogicHandler. | Class | org.apache.mina.proxy | Apache Mina |
|
| AbstractSelfTransition | Abstract SelfTransition implementation. | Class | org.apache.mina.statemachine.transition | Apache Mina |
|
| AbstractSocketSessionConfig | TODO Add documentationAuthor:Apache MINA Project | Class | org.apache.mina.transport.socket | Apache Mina |
|
| AbstractSocksLogicHandler | AbstractSocksLogicHandler. | Class | org.apache.mina.proxy.handlers.socks | Apache Mina |
|
| AbstractStateContext | Abstract StateContext which uses a Map to store theAuthor:Apache MINA Project | Class | org.apache.mina.statemachine.context | Apache Mina |
|
| AbstractStateContextLookup | Abstract StateContextLookup implementation. | Class | org.apache.mina.statemachine.context | Apache Mina |
|
| AbstractStreamWriteFilter | TODO Add documentationAuthor:Apache MINA Project | Class | org.apache.mina.filter.stream | Apache Mina |
|
| AbstractTransition | Abstract Transition implementation. | Class | org.apache.mina.statemachine.transition | Apache Mina |
|
| AddMessage | ADD message in SumUp protocol. | Class | org.apache.mina.example.sumup.message | Apache Mina |
|
| AddMessageDecoder | A MessageDecoder that decodes AddMessage. | Class | org.apache.mina.example.sumup.codec | Apache Mina |
|
| AddMessageEncoder | A MessageEncoder that encodes AddMessage. | Class | org.apache.mina.example.sumup.codec | Apache Mina |
|
| AmbiguousMethodException | Thrown by the constructors in MethodTransition if there are several methods with the specifed name in the target object's class. | Class | org.apache.mina.statemachine.transition | Apache Mina |
|
| AprIoProcessor | The class in charge of processing socket level IO events for theAuthor:Apache MINA Project | Class | org.apache.mina.transport.socket.apr | Apache Mina |
|
| AprSession | An abstract IoSession serving of base for APR based sessions. | Class | org.apache.mina.transport.socket.apr | Apache Mina |
|
| AprSocketAcceptor | IoAcceptor for APR based socket transport (TCP/IP). | Class | org.apache.mina.transport.socket.apr | Apache Mina |
|
| AprSocketConnector | IoConnector for APR based socket transport (TCP/IP). | Class | org.apache.mina.transport.socket.apr | Apache Mina |
|
| ArrayEditor | A PropertyEditor which converts a String into a one-dimensional array and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| ArrayUtil | | Class | org.apache.mina.http | Apache Mina |
|
| AttributeKey | Creates a Key from a class name and an attribute name. | Class | org.apache.mina.core.session | Apache Mina |
|
| AuthenticationHandler | TODO Add documentationAuthor:Apache MINA Project | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| AvailablePortFinder | Finds currently available server ports. | Class | org.apache.mina.util | Apache Mina |
|
| Base64 | Provides Base64 encoding and decoding as defined by RFC 2045. | Class | org.apache.mina.util | Apache Mina |
|
| BlacklistFilter | A IoFilter which blocks connections from blacklisted remoteAuthor:Apache MINA Project | Class | org.apache.mina.filter.firewall | Apache Mina |
|
| BogusSslContextFactory | Factory to create a bogus SSLContext. | Class | org.apache.mina.example.echoserver.ssl | Apache Mina |
|
| BogusTrustManagerFactory | Bogus TrustManagerFactory which creates X509TrustManager trusting everything. | Class | org.apache.mina.filter.ssl | Apache Mina |
|
| BooleanEditor | A PropertyEditor which converts a String into a Character and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| BreakException | The base exception of the exceptions thrown by the methods in the StateControl class. | Class | org.apache.mina.statemachine | Apache Mina |
|
| BufferByteArray | A ByteArray backed by a IoBuffer. | Class | org.apache.mina.util.byteaccess | Apache Mina |
|
| BufferDataException | A RuntimeException which is thrown when the data the IoBuffer contains is corrupt. | Class | org.apache.mina.core.buffer | Apache Mina |
|
| BufferedWriteFilter | An IoFilter implementation used to buffer outgoing WriteRequest almost like what BufferedOutputStream does. | Class | org.apache.mina.filter.buffer | Apache Mina |
|
| ByteArray | Represents a sequence of bytes that can be read or written directly orAuthor:Apache MINA Project | Interface | org.apache.mina.util.byteaccess | Apache Mina |
|
| ByteArrayFactory | A factory for ByteArrays. | Interface | org.apache.mina.util.byteaccess | Apache Mina |
|
| ByteArrayPool | Creates ByteArrays, using a pool to reduce allocation where possible. | Class | org.apache.mina.util.byteaccess | Apache Mina |
|
| ByteEditor | A PropertyEditor which converts a String into an Byte and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| ByteUtilities | ByteUtilities. | Class | org.apache.mina.proxy.utils | Apache Mina |
|
| CachedBufferAllocator | An IoBufferAllocator that caches the buffers which are likely to be reused during auto-expansion of the buffers. | Class | org.apache.mina.core.buffer | Apache Mina |
|
| ChainedIoHandler | An IoHandler which executes an IoHandlerChain on a messageReceived event. | Class | org.apache.mina.handler.chain | Apache Mina |
|
| CharacterEditor | A PropertyEditor which converts a String into a Character and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| ChatClientSupport | A simple chat client for a given user. | Class | org.apache.mina.example.chat.client | Apache Mina |
|
| ChatCommand | Encapsulates a chat command. | Class | org.apache.mina.example.chat | Apache Mina |
|
| ChatProtocolHandler | IoHandler implementation of a simple chat server protocol. | Class | org.apache.mina.example.chat | Apache Mina |
|
| CircularQueue | A unbounded circular queue based on array. | Class | org.apache.mina.util | Apache Mina |
|
| ClassEditor | A PropertyEditor which converts a String into a Character and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| Client | (Entry Point) Starts SumUp client. | Class | org.apache.mina.example.sumup | Apache Mina |
|
| ClientPanel | Class the represents a client connection using a JPanelAuthor:Apache MINA ProjectSee Also:Serialized Form | Class | org.apache.mina.example.udp | Apache Mina |
|
| ClientSessionHandler | IoHandler for SumUp client. | Class | org.apache.mina.example.sumup | Apache Mina |
|
| ClientToProxyIoHandler | Handles the client to proxy part of the proxied connection. | Class | org.apache.mina.example.proxy | Apache Mina |
|
| CloseFuture | An IoFuture for asynchronous close requests. | Interface | org.apache.mina.core.future | Apache Mina |
|
| CollectionEditor | A PropertyEditor which converts a String into a Collection and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| Command | The base class of all Command types. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| CommandDecoder | MINA ProtocolDecoder which decodes bytes into CommandAuthor:Apache MINA Project | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| CommandSyntaxException | Exception thrown by CommandDecoder when a line cannot be decoded as Author:Apache MINA ProjectSee Also:Serialized Form | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| CommonEventFilter | wraps the same logic around all 9 IoEventsAuthor:Apache MINA Project | Class | org.apache.mina.filter.util | Apache Mina |
|
| CompositeByteArray | A ByteArray composed of other ByteArrays. | Class | org.apache.mina.util.byteaccess | Apache Mina |
|
| CompositeByteArrayRelativeReader | Provides restricted, relative, read-only access to the bytes in a CompositeByteArray. | Class | org.apache.mina.util.byteaccess | Apache Mina |
|
| CompositeByteArrayRelativeWriter | Provides restricted, relative, write-only access to the bytes in a CompositeByteArray. | Class | org.apache.mina.util.byteaccess | Apache Mina |
|
| CompositeIoFuture | An IoFuture of IoFutures. | Class | org.apache.mina.core.future | Apache Mina |
|
| CompressionFilter | An IoFilter which compresses all data using Support for the LZW (DLCZ) algorithm is also planned. | Class | org.apache.mina.filter.compression | Apache Mina |
|
| ConcurrentHashSet | A ConcurrentHashMap-backed Set. | Class | org.apache.mina.util | Apache Mina |
|
| ConnectDialog | TODO Add documentationAuthor:Apache MINA ProjectSee Also:Serialized Form | Class | org.apache.mina.example.chat.client | Apache Mina |
|
| ConnectFuture | An IoFuture for asynchronous connect requests. | Interface | org.apache.mina.core.future | Apache Mina |
|
| ConnectionThrottleFilter | A IoFilter which blocks connections from connecting at a rate faster than the specified interval. | Class | org.apache.mina.filter.firewall | Apache Mina |
|
| Constants | Provides SumUp protocol constants. | Class | org.apache.mina.example.sumup.codec | Apache Mina |
|
| ConsumeToCrLfDecodingState | DecodingState which consumes all bytes until a CRLF has been encountered. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| ConsumeToDynamicTerminatorDecodingState | DecodingState which consumes all bytes until a fixed (ASCII) character is reached. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| ConsumeToEndOfSessionDecodingState | DecodingState which consumes all received bytes until the session isAuthor:Apache MINA Project | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| ConsumeToLinearWhitespaceDecodingState | DecodingState which consumes all bytes until a space (0x20) or tab (0x09) character is reached. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| ConsumeToTerminatorDecodingState | DecodingState which consumes all bytes until a fixed (ASCII) character is reached. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| CopyOnWriteMap | A thread-safe version of Map in which all operations that change the Map are implemented by making a new copy of the underlying Map. | Class | org.apache.mina.util | Apache Mina |
|
| CrLfDecodingState | DecodingState which decodes a single CRLF. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| CumulativeProtocolDecoder | A ProtocolDecoder that cumulates the content of received buffers to a cumulative buffer to help users implement decoders. | Class | org.apache.mina.filter.codec | Apache Mina |
|
| DatagramAcceptor | IoAcceptor for datagram transport (UDP/IP). | Interface | org.apache.mina.transport.socket | Apache Mina |
|
| DatagramConnector | IoConnector for datagram transport (UDP/IP). | Interface | org.apache.mina.transport.socket | Apache Mina |
|
| DatagramSessionConfig | An IoSessionConfig for datagram transport type. | Interface | org.apache.mina.transport.socket | Apache Mina |
|
| DateEditor | A PropertyEditor which converts a String into a Date and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| DateUtil | | Class | org.apache.mina.http | Apache Mina |
|
| DecoderState | | Class | org.apache.mina.http | Apache Mina |
|
| DecodingState | Represents a state in a decoder state machine used by DecodingStateMachine. | Interface | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| DecodingStateMachine | Abstract base class for decoder state machines. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| DecodingStateProtocolDecoder | ProtocolDecoder which uses a DecodingState to decode data. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| DefaultCloseFuture | A default implementation of CloseFuture. | Class | org.apache.mina.core.future | Apache Mina |
|
| DefaultConnectFuture | A default implementation of ConnectFuture. | Class | org.apache.mina.core.future | Apache Mina |
|
| DefaultDatagramSessionConfig | A default implementation of DatagramSessionConfig. | Class | org.apache.mina.transport.socket | Apache Mina |
|
| DefaultEventFactory | Default EventFactory implementation. | Class | org.apache.mina.statemachine.event | Apache Mina |
|
| DefaultExceptionMonitor | A default ExceptionMonitor implementation that logs uncaught exceptions using Logger. | Class | org.apache.mina.util | Apache Mina |
|
| DefaultFileRegion | TODO Add documentationAuthor:Apache MINA Project | Class | org.apache.mina.core.file | Apache Mina |
|
| DefaultHttpResponse | | Class | org.apache.mina.http.api | Apache Mina |
|
| DefaultIoEventSizeEstimator | A default IoEventSizeEstimator implementation. | Class | org.apache.mina.filter.executor | Apache Mina |
|
| DefaultIoFilterChain | A default implementation of IoFilterChain that provides all operations for developers who want to implement their own | Class | org.apache.mina.core.filterchain | Apache Mina |
|
| DefaultIoFilterChainBuilder | The default implementation of IoFilterChainBuilder which is useful in most cases. | Class | org.apache.mina.core.filterchain | Apache Mina |
|
| DefaultIoFuture | A default implementation of IoFuture associated withAuthor:Apache MINA Project | Class | org.apache.mina.core.future | Apache Mina |
|
| DefaultIoSessionDataStructureFactory | The default IoSessionDataStructureFactory implementation that creates a new HashMap-based IoSessionAttributeMap | Class | org.apache.mina.core.session | Apache Mina |
|
| DefaultReadFuture | A default implementation of WriteFuture. | Class | org.apache.mina.core.future | Apache Mina |
|
| DefaultSocketSessionConfig | A default implementation of SocketSessionConfig. | Class | org.apache.mina.transport.socket | Apache Mina |
|
| DefaultStateContext | Default StateContext implementation. | Class | org.apache.mina.statemachine.context | Apache Mina |
|
| DefaultStateContextFactory | StateContextFactory which creates DefaultStateContextAuthor:Apache MINA Project | Class | org.apache.mina.statemachine.context | Apache Mina |
|
| DefaultTransportMetadata | A default immutable implementation of TransportMetadata. | Class | org.apache.mina.core.service | Apache Mina |
|
| DefaultWriteFuture | A default implementation of WriteFuture. | Class | org.apache.mina.core.future | Apache Mina |
|
| DefaultWriteRequest | The default implementation of WriteRequest. | Class | org.apache.mina.core.write | Apache Mina |
|
| DemuxingIoHandler | A IoHandler that demuxes messageReceived events to the appropriate MessageHandler. | Class | org.apache.mina.handler.demux | Apache Mina |
|
| DemuxingProtocolCodecFactory | A convenience ProtocolCodecFactory that provides DemuxingProtocolEncoder and DemuxingProtocolDecoder as a pair. | Class | org.apache.mina.filter.codec.demux | Apache Mina |
|
| DemuxingProtocolDecoder | A composite ProtocolDecoder that demultiplexes incoming IoBuffer decoding requests into an appropriate MessageDecoder. | Class | org.apache.mina.filter.codec.demux | Apache Mina |
|
| DemuxingProtocolEncoder | A composite ProtocolEncoder that demultiplexes incoming message encoding requests into an appropriate MessageEncoder. | Class | org.apache.mina.filter.codec.demux | Apache Mina |
|
| DigestUtilities | DigestUtilities. | Class | org.apache.mina.proxy.handlers.http.digest | Apache Mina |
|
| DoubleEditor | A PropertyEditor which converts a String into an Double and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| DummySession | A dummy IoSession for unit-testing or non-network-use of the classes that depends on IoSession. | Class | org.apache.mina.core.session | Apache Mina |
|
| EchoProtocolHandler | IoHandler implementation for echo server. | Class | org.apache.mina.example.echoserver | Apache Mina |
|
| EjectCommand | Represents the eject command. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| EnumEditor | A PropertyEditor which converts a String into an Enum and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| ErrorGeneratingFilter | An IoFilter implementation generating random bytes and PDU modification in your communication streams. | Class | org.apache.mina.filter.errorgenerating | Apache Mina |
|
| Event | Represents an event which typically corresponds to a method call on a proxy. | Class | org.apache.mina.statemachine.event | Apache Mina |
|
| EventArgumentsInterceptor | Intercepts the Event arguments before the Event is passed to the StateMachine and allows for the arguments to be modified. | Interface | org.apache.mina.statemachine.event | Apache Mina |
|
| EventFactory | Used by StateMachineProxyBuilder to create Event objects when methods are invoked on the proxy. | Interface | org.apache.mina.statemachine.event | Apache Mina |
|
| ExceptionHandler | A handler interface that DemuxingIoHandler forwards exceptionCaught events to. | Interface | org.apache.mina.handler.demux | Apache Mina |
|
| ExceptionMonitor | Monitors uncaught exceptions. | Class | org.apache.mina.util | Apache Mina |
|
| ExecutorFilter | A filter that forwards I/O events to Executor to enforce a certain thread model while allowing the events per session to be processed | Class | org.apache.mina.filter.executor | Apache Mina |
|
| ExpirationListener | A listener for expired object events. | Interface | org.apache.mina.util | Apache Mina |
|
| ExpiringMap | A map with expiration. | Class | org.apache.mina.util | Apache Mina |
|
| ExpiringSessionRecycler | An IoSessionRecycler with sessions that time out on inactivity. | Class | org.apache.mina.core.session | Apache Mina |
|
| FileEditor | A PropertyEditor which converts a String into a File and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| FilenameFileRegion | TODO Add documentationVersion:$Rev$, $Date$Author:The Apache MINA Project (dev@mina. | Class | org.apache.mina.core.file | Apache Mina |
|
| FileRegion | Indicates the region of a file to be sent to the remote host. | Interface | org.apache.mina.core.file | Apache Mina |
|
| FileRegionWriteFilter | Filter implementation that converts a FileRegion to IoBuffer objects and writes those buffers to the next filter. | Class | org.apache.mina.filter.stream | Apache Mina |
|
| FixedLengthDecodingState | DecodingState which consumes all received bytes until a configured number of read bytes has been reached. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| FloatEditor | A PropertyEditor which converts a String into an Float and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| GraphicalCharGenClient | Swing application that acts as a client of the ImageServerAuthor:Apache MINA ProjectSee Also:Serialized Form | Class | org.apache.mina.example.imagine.step1.client | Apache Mina |
|
| Haiku | | Class | org.apache.mina.example.haiku | Apache Mina |
|
| HaikuValidationServer | | Class | org.apache.mina.example.haiku | Apache Mina |
|
| HaikuValidator | | Class | org.apache.mina.example.haiku | Apache Mina |
|
| HaikuValidatorIoHandler | | Class | org.apache.mina.example.haiku | Apache Mina |
|
| HttpAuthenticationMethods | enum HttpAuthenticationMethodsHttpAuthenticationMethods. | Class | org.apache.mina.proxy.handlers.http | Apache Mina |
|
| HttpBasicAuthLogicHandler | HttpBasicAuthLogicHandler. | Class | org.apache.mina.proxy.handlers.http.basic | Apache Mina |
|
| HttpClientCodec | | Class | org.apache.mina.http | Apache Mina |
|
| HttpClientDecoder | | Class | org.apache.mina.http | Apache Mina |
|
| HttpClientEncoder | | Class | org.apache.mina.http | Apache Mina |
|
| HttpContentChunk | | Interface | org.apache.mina.http.api | Apache Mina |
|
| HttpDigestAuthLogicHandler | HttpDigestAuthLogicHandler. | Class | org.apache.mina.proxy.handlers.http.digest | Apache Mina |
|
| HttpEndOfContent | | Class | org.apache.mina.http.api | Apache Mina |
|
| HttpException | | Class | org.apache.mina.http | Apache Mina |
|
| HttpMessage | An HTTP message, the ancestor of HTTP request & response. | Interface | org.apache.mina.http.api | Apache Mina |
|
| HttpMethod | | Class | org.apache.mina.http.api | Apache Mina |
|
| HttpNoAuthLogicHandler | HttpNoAuthLogicHandler. | Class | org.apache.mina.proxy.handlers.http.basic | Apache Mina |
|
| HttpNTLMAuthLogicHandler | HttpNTLMAuthLogicHandler. | Class | org.apache.mina.proxy.handlers.http.ntlm | Apache Mina |
|
| HttpProxyConstants | HttpProxyConstants. | Class | org.apache.mina.proxy.handlers.http | Apache Mina |
|
| HttpProxyRequest | HttpProxyRequest. | Class | org.apache.mina.proxy.handlers.http | Apache Mina |
|
| HttpProxyResponse | HttpProxyResponse. | Class | org.apache.mina.proxy.handlers.http | Apache Mina |
|
| HttpRequest | Determines whether this request contains at least one parameter with the specified nameHttpMethodgetMethod() | Interface | org.apache.mina.http.api | Apache Mina |
|
| HttpRequestImpl | | Class | org.apache.mina.http | Apache Mina |
|
| HttpResponse | An HTTP response to an HTTP requestAuthor:The Apache MINA Project (dev@mina. | Interface | org.apache.mina.http.api | Apache Mina |
|
| HttpServerCodec | | Class | org.apache.mina.http | Apache Mina |
|
| HttpServerDecoder | | Class | org.apache.mina.http | Apache Mina |
|
| HttpServerEncoder | | Class | org.apache.mina.http | Apache Mina |
|
| HttpSmartProxyHandler | HttpSmartProxyHandler. | Class | org.apache.mina.proxy.handlers.http | Apache Mina |
|
| HttpStatus | An Enumeration of all known HTTP status codes. | Class | org.apache.mina.http.api | Apache Mina |
|
| HttpVerb | | Class | org.apache.mina.http.api | Apache Mina |
|
| HttpVersion | Type safe enumeration representing HTTP protocol versionAuthor:The Apache MINA Project (dev@mina. | Class | org.apache.mina.http.api | Apache Mina |
|
| IdentityHashSet | An IdentityHashMap-backed Set. | Class | org.apache.mina.util | Apache Mina |
|
| IdleStatus | Represents the type of idleness of IoSession or IoSession. | Class | org.apache.mina.core.session | Apache Mina |
|
| IdleStatusChecker | Detects idle sessions and fires sessionIdle events to them. | Class | org.apache.mina.core.session | Apache Mina |
|
| ImageClient | client for the ImageServerAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step1.client | Apache Mina |
|
| ImageCodecFactory | a ProtocolCodecFactory for the tutorial on how to write a protocol codecAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step1.codec | Apache Mina |
|
| ImageListener | TODO Add documentationAuthor:Apache MINA Project | Interface | org.apache.mina.example.imagine.step1.client | Apache Mina |
|
| ImagePanel | JPanel capable of drawing two BufferedImage'sAuthor:Apache MINA ProjectSee Also:Serialized Form | Class | org.apache.mina.example.imagine.step1.client | Apache Mina |
|
| ImageRequest | represents a client's request for an imageAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step1 | Apache Mina |
|
| ImageRequestDecoder | a decoder for ImageRequest objectsAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step1.codec | Apache Mina |
|
| ImageRequestEncoder | an encoder for ImageRequest objectsAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step1.codec | Apache Mina |
|
| ImageResponse | response sent by the server when receiving an ImageRequestAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step1 | Apache Mina |
|
| ImageResponseDecoder | a decoder for ImageResponse objectsAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step1.codec | Apache Mina |
|
| ImageResponseEncoder | an encoder for ImageResponse objectsAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step1.codec | Apache Mina |
|
| ImageServer | entry point for the server used in the tutorial on protocol codecsAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step1.server | Apache Mina |
|
| ImageServer | entry point for the server used in the tutorial on protocol codecsAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step2.server | Apache Mina |
|
| ImageServer | entry point for the server used in the tutorial on protocol codecsAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step3.server | Apache Mina |
|
| ImageServerIoHandler | server-side IoHandlerAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step1.server | Apache Mina |
|
| ImageServerIoHandler | server-side IoHandlerAuthor:Apache MINA Project | Class | org.apache.mina.example.imagine.step3.server | Apache Mina |
|
| InetAddressEditor | A PropertyEditor which converts a String into an This editor simply calls InetAddress. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| InetSocketAddressEditor | A PropertyEditor which converts a String into an InetSocketAddress. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| InfoCommand | Represents the info command. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| IntegerDecodingState | DecodingState which decodes int values in big-endian order (high bytes come first). | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| IntegerEditor | A PropertyEditor which converts a String into an Integer and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| InvalidHaikuException | | Class | org.apache.mina.example.haiku | Apache Mina |
|
| IoAbsoluteReader | Provides absolute read access to a sequence of bytes. | Interface | org.apache.mina.util.byteaccess | Apache Mina |
|
| IoAbsoluteWriter | Provides absolute write access to a sequence of bytes. | Interface | org.apache.mina.util.byteaccess | Apache Mina |
|
| IoAcceptor | Accepts incoming connection, communicates with clients, and fires events to You should bind to the desired socket address to accept incoming | Interface | org.apache.mina.core.service | Apache Mina |
|
| IoBuffer | A byte buffer used by MINA applications. | Class | org.apache.mina.core.buffer | Apache Mina |
|
| IoBufferAllocator | Allocates IoBuffers and manages them. | Interface | org.apache.mina.core.buffer | Apache Mina |
|
| IoBufferDecoder | IoBufferDecoder. | Class | org.apache.mina.proxy.utils | Apache Mina |
|
| IoBufferLazyInitializer | An LazyInitializer implementation that initializes an IoBuffer only when needed. | Class | org.apache.mina.filter.buffer | Apache Mina |
|
| IoBufferWrapper | A IoBuffer that wraps a buffer and proxies any operations to it. | Class | org.apache.mina.core.buffer | Apache Mina |
|
| IoConnector | Connects to endpoint, communicates with the server, and fires events to You should connect to the desired socket address to start communication, | Interface | org.apache.mina.core.service | Apache Mina |
|
| IoEvent | An I/O event or an I/O request that MINA provides. | Class | org.apache.mina.core.session | Apache Mina |
|
| IoEventQueueHandler | Listens and filters all event queue operations occurring in OrderedThreadPoolExecutor and UnorderedThreadPoolExecutor. | Interface | org.apache.mina.filter.executor | Apache Mina |
|
| IoEventQueueThrottle | Throttles incoming or outgoing events. | Class | org.apache.mina.filter.executor | Apache Mina |
|
| IoEventSizeEstimator | Estimates the amount of memory that the specified IoEvent occupies in the current JVM. | Interface | org.apache.mina.filter.executor | Apache Mina |
|
| IoEventType | An Enum that represents the type of I/O events and requests. | Class | org.apache.mina.core.session | Apache Mina |
|
| IoFilter | A filter which intercepts IoHandler events like Servlet filters. | Interface | org.apache.mina.core.filterchain | Apache Mina |
|
| IoFilterAdapter | An adapter class for IoFilter. | Class | org.apache.mina.core.filterchain | Apache Mina |
|
| IoFilterChain | A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially. | Interface | org.apache.mina.core.filterchain | Apache Mina |
|
| IoFilterChainBuilder | An interface that builds IoFilterChain in predefined way when IoSession is created. | Interface | org.apache.mina.core.filterchain | Apache Mina |
|
| IoFilterEvent | An I/O event or an I/O request that MINA provides for IoFilters. | Class | org.apache.mina.core.filterchain | Apache Mina |
|
| IoFilterEvents | Defines all possible MINA IoFilter events for use in IoFilterTransitionAuthor:Apache MINA Project | Class | org.apache.mina.statemachine.event | Apache Mina |
|
| IoFilterLifeCycleException | A RuntimeException which is thrown when IoFilter. | Class | org.apache.mina.core.filterchain | Apache Mina |
|
| IoFilterMBean | A JMX MBean wrapper for an IoSession. | Class | org.apache.mina.integration.jmx | Apache Mina |
|
| IoFilterPropertyAccessor | An OGNL PropertyAccessor for IoFilter. | Class | org.apache.mina.integration.ognl | Apache Mina |
|
| IoFilterTransition | Annotation used on methods to indicate that the method handles a specific kind of IoFilterEvents event when in a specific state. | Class | org.apache.mina.statemachine.annotation | Apache Mina |
|
| IoFilterTransitions | Annotation used to annotate a method with several IoFilterTransitions. | Class | org.apache.mina.statemachine.annotation | Apache Mina |
|
| IoFuture | Represents the completion of an asynchronous I/O operation on an Can be listened for completion using a IoFutureListener. | Interface | org.apache.mina.core.future | Apache Mina |
|
| IoFutureListener | Something interested in being notified when the completion of an asynchronous I/O operation : IoFuture. | Interface | org.apache.mina.core.future | Apache Mina |
|
| IoHandler | Handles all I/O events fired by MINA. | Interface | org.apache.mina.core.service | Apache Mina |
|
| IoHandlerAdapter | An adapter class for IoHandler. | Class | org.apache.mina.core.service | Apache Mina |
|
| IoHandlerChain | A chain of IoHandlerCommands. | Class | org.apache.mina.handler.chain | Apache Mina |
|
| IoHandlerCommand | A IoHandlerCommand encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a | Interface | org.apache.mina.handler.chain | Apache Mina |
|
| IoHandlerEvents | enum IoHandlerEventsDefines all possible MINA IoHandler events for use in IoHandlerTransition | Class | org.apache.mina.statemachine.event | Apache Mina |
|
| IoHandlerTransition | Annotation used on methods to indicate that the method handles a specific kind of IoHandlerEvents event when in a specific state. | Class | org.apache.mina.statemachine.annotation | Apache Mina |
|
| IoHandlerTransitions | Annotation used to annotate a method with several IoHandlerTransitions. | Class | org.apache.mina.statemachine.annotation | Apache Mina |
|
| IoProcessor | An internal interface to represent an 'I/O processor' that performs actual I/O operations for IoSessions. | Interface | org.apache.mina.core.service | Apache Mina |
|
| IoRelativeReader | Provides relative read access to a sequence of bytes. | Interface | org.apache.mina.util.byteaccess | Apache Mina |
|
| IoRelativeWriter | Provides relative read access to a sequence of bytes. | Interface | org.apache.mina.util.byteaccess | Apache Mina |
|
| IoService | Base interface for all IoAcceptors and IoConnectors that provide I/O service and manage IoSessions. | Interface | org.apache.mina.core.service | Apache Mina |
|
| IoServiceListener | Listens to events related to an IoService. | Interface | org.apache.mina.core.service | Apache Mina |
|
| IoServiceListenerSupport | A helper class which provides addition and removal of IoServiceListeners and firingAuthor:Apache MINA Project | Class | org.apache.mina.core.service | Apache Mina |
|
| IoServiceMBean | A JMX MBean wrapper for an IoSession. | Class | org.apache.mina.integration.jmx | Apache Mina |
|
| IoServicePropertyAccessor | An OGNL PropertyAccessor for IoService. | Class | org.apache.mina.integration.ognl | Apache Mina |
|
| IoServiceStatistics | Provides usage statistics for an AbstractIoService instance. | Class | org.apache.mina.core.service | Apache Mina |
|
| IoSession | A handle which represents connection between two end-points regardless of IoSession provides user-defined attributes. | Interface | org.apache.mina.core.session | Apache Mina |
|
| IoSessionAttributeMap | Stores the user-defined attributes which is provided per IoSession. | Interface | org.apache.mina.core.session | Apache Mina |
|
| IoSessionConfig | The configuration of IoSession. | Interface | org.apache.mina.core.session | Apache Mina |
|
| IoSessionDataStructureFactory | Provides data structures to a newly created session. | Interface | org.apache.mina.core.session | Apache Mina |
|
| IoSessionEvent | IoSessionEvent. | Class | org.apache.mina.proxy.event | Apache Mina |
|
| IoSessionEventQueue | IoSessionEventQueue. | Class | org.apache.mina.proxy.event | Apache Mina |
|
| IoSessionEventType | enum IoSessionEventTypeIoSessionEventType. | Class | org.apache.mina.proxy.event | Apache Mina |
|
| IoSessionFinder | Finds IoSessions that match a boolean OGNL expression. | Class | org.apache.mina.integration.ognl | Apache Mina |
|
| IoSessionInitializationException | A RuntimeException that is thrown when the initialization of an IoSession fails. | Class | org.apache.mina.core.session | Apache Mina |
|
| IoSessionInitializer | Defines a callback for obtaining the IoSession during session initialization. | Interface | org.apache.mina.core.session | Apache Mina |
|
| IoSessionMBean | A JMX MBean wrapper for an IoSession. | Class | org.apache.mina.integration.jmx | Apache Mina |
|
| IoSessionPropertyAccessor | An OGNL PropertyAccessor for IoSession. | Class | org.apache.mina.integration.ognl | Apache Mina |
|
| IoSessionRecycler | A connectionless transport can recycle existing sessions by assigning an IoSessionRecycler to an IoService. | Interface | org.apache.mina.core.session | Apache Mina |
|
| IoSessionStateContextLookup | MINA specific StateContextLookup which uses an IoSession attribute to store the StateContextLookup. | Class | org.apache.mina.statemachine.context | Apache Mina |
|
| IoUtil | A utility class that provides various convenience methods related with IoSession and IoFuture. | Class | org.apache.mina.core | Apache Mina |
|
| KeepAliveFilter | An IoFilter that sends a keep-alive request on IoEventType. | Class | org.apache.mina.filter.keepalive | Apache Mina |
|
| KeepAliveMessageFactory | Provides keep-alive messages to KeepAliveFilter. | Interface | org.apache.mina.filter.keepalive | Apache Mina |
|
| KeepAliveRequestTimeoutException | A RuntimeException which is thrown when a keep-alive response message was not received within a certain timeout. | Class | org.apache.mina.filter.keepalive | Apache Mina |
|
| KeepAliveRequestTimeoutHandler | Tells KeepAliveFilter what to do when a keep-alive response message was not received within a certain timeout. | Interface | org.apache.mina.filter.keepalive | Apache Mina |
|
| KeyStoreFactory | A factory that creates and configures a new KeyStore instance. | Class | org.apache.mina.filter.ssl | Apache Mina |
|
| LazyInitializedCacheMap | This map is specially useful when reads are much more frequent than writes and if the cost of instantiating the values is high like allocating an | Class | org.apache.mina.util | Apache Mina |
|
| LazyInitializer | An abstract class which provides semantics for an object which will be only fully initialized when requested to. | Class | org.apache.mina.util | Apache Mina |
|
| LinearWhitespaceSkippingState | DecodingState which skips space (0x20) and tab (0x09) characters. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| LineDelimiter | A delimiter which is appended to the end of a text line, such as CR/LF. | Class | org.apache.mina.filter.codec.textline | Apache Mina |
|
| ListCommand | Represents the list command. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| ListEditor | A PropertyEditor which converts a String into a List and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| LoadCommand | Represents the load command. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| Log4jXmlFormatter | The generated xml corresponds 100% with what is generated by The MDC properties will only be correct when format is called from the same thread | Class | org.apache.mina.util | Apache Mina |
|
| LoggingFilter | Logs all MINA protocol events. | Class | org.apache.mina.filter.logging | Apache Mina |
|
| LogLevel | Defines a logging level. | Class | org.apache.mina.filter.logging | Apache Mina |
|
| LongEditor | A PropertyEditor which converts a String into a Long and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| Main | (Entry point) Chat serverAuthor:Apache MINA Project | Class | org.apache.mina.example.chat | Apache Mina |
|
| Main | (Entry point) Echo serverAuthor:Apache MINA Project | Class | org.apache.mina.example.echoserver | Apache Mina |
|
| Main | (Entry point) NetCat client. | Class | org.apache.mina.example.netcat | Apache Mina |
|
| Main | (Entry point) Demonstrates how to write a very simple tunneling proxy using MINA. | Class | org.apache.mina.example.proxy | Apache Mina |
|
| Main | (Entry point) Reverser server which reverses all text lines fromAuthor:Apache MINA Project | Class | org.apache.mina.example.reverser | Apache Mina |
|
| Main | Simple example demonstrating how to build a state machine for MINA's IoHandler interface. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| Main | (Entry point) An 'in-VM pipe' example which simulates a tennis game between client and server. | Class | org.apache.mina.example.tennis | Apache Mina |
|
| MapBackedSet | | Class | org.apache.mina.util | Apache Mina |
|
| MapEditor | A PropertyEditor which converts a String into a Collection and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| MdcInjectionFilter | This filter will inject some key IoSession properties into the Mapped Diagnostic Context (MDC) These properties will be set in the MDC for all logging events that are generated | Class | org.apache.mina.filter.logging | Apache Mina |
|
| MemMonClient | Sends its memory usage to the MemoryMonitor server. | Class | org.apache.mina.example.udp.client | Apache Mina |
|
| MemoryMonitor | The class that will accept and process clients in order to properly track the memory usage. | Class | org.apache.mina.example.udp | Apache Mina |
|
| MemoryMonitorHandler | Class the extends IoHandlerAdapter in order to properly handle connections and the data the connections send | Class | org.apache.mina.example.udp | Apache Mina |
|
| MessageDecoder | Decodes a certain type of messages. | Interface | org.apache.mina.filter.codec.demux | Apache Mina |
|
| MessageDecoderAdapter | An abstract MessageDecoder implementation for those who don't need to implement MessageDecoder. | Class | org.apache.mina.filter.codec.demux | Apache Mina |
|
| MessageDecoderFactory | A factory that creates a new instance of MessageDecoder. | Interface | org.apache.mina.filter.codec.demux | Apache Mina |
|
| MessageDecoderResult | Represents results from MessageDecoder. | Class | org.apache.mina.filter.codec.demux | Apache Mina |
|
| MessageEncoder | Encodes a certain type of messages. | Interface | org.apache.mina.filter.codec.demux | Apache Mina |
|
| MessageEncoderFactory | A factory that creates a new instance of MessageEncoder. | Interface | org.apache.mina.filter.codec.demux | Apache Mina |
|
| MessageHandler | A handler interface that DemuxingIoHandler forwards messageReceived or messageSent events to. | Interface | org.apache.mina.handler.demux | Apache Mina |
|
| MethodInvocationException | Thrown by MethodTransition if the target method couldn't be invoked or threw an exception. | Class | org.apache.mina.statemachine.transition | Apache Mina |
|
| MethodSelfTransition | SelfTransition which invokes a Method. | Class | org.apache.mina.statemachine.transition | Apache Mina |
|
| MethodTransition | Transition which invokes a Method. | Class | org.apache.mina.statemachine.transition | Apache Mina |
|
| MinaPropertyEditorRegistrar | A custom Spring PropertyEditorRegistrar implementation which registers by default all the PropertyEditor implementations in the | Class | org.apache.mina.integration.xbean | Apache Mina |
|
| MinaTimeServer | A minimal 'time' server, returning the current date. | Class | org.apache.mina.example.gettingstarted.timeserver | Apache Mina |
|
| NamePreservingRunnable | A Runnable wrapper that preserves the name of the thread after the runnable is complete (for Runnables that change the name of the Thread they use. | Class | org.apache.mina.util | Apache Mina |
|
| NetCatProtocolHandler | IoHandler implementation for NetCat client. | Class | org.apache.mina.example.netcat | Apache Mina |
|
| NioDatagramAcceptor | IoAcceptor for datagram transport (UDP/IP). | Class | org.apache.mina.transport.socket.nio | Apache Mina |
|
| NioDatagramConnector | IoConnector for datagram transport (UDP/IP). | Class | org.apache.mina.transport.socket.nio | Apache Mina |
|
| NioProcessor | TODO Add documentationAuthor:Apache MINA Project | Class | org.apache.mina.transport.socket.nio | Apache Mina |
|
| NioSession | An IoSession which is managed by the NIO transport. | Class | org.apache.mina.transport.socket.nio | Apache Mina |
|
| NioSocketAcceptor | IoAcceptor for socket transport (TCP/IP). | Class | org.apache.mina.transport.socket.nio | Apache Mina |
|
| NioSocketConnector | IoConnector for socket transport (TCP/IP). | Class | org.apache.mina.transport.socket.nio | Apache Mina |
|
| NoopFilter | A Noop filter. | Class | org.apache.mina.filter.util | Apache Mina |
|
| NoopTransition | Transition implementation which does nothing but change the state. | Class | org.apache.mina.statemachine.transition | Apache Mina |
|
| NoSuchMethodException | RuntimeException equivalent of NoSuchMethodException. | Class | org.apache.mina.statemachine.transition | Apache Mina |
|
| NoSuchStateException | Exception thrown by StateMachine when a transition in the state machine references a state which doesn't exist. | Class | org.apache.mina.statemachine | Apache Mina |
|
| NothingWrittenException | An exception which is thrown when one or more write requests resulted in no actual write operation. | Class | org.apache.mina.core.write | Apache Mina |
|
| NTLMConstants | NTLMConstants. | Interface | org.apache.mina.proxy.handlers.http.ntlm | Apache Mina |
|
| NTLMResponses | NTLMResponses. | Class | org.apache.mina.proxy.handlers.http.ntlm | Apache Mina |
|
| NTLMUtilities | NTLMUtilities. | Class | org.apache.mina.proxy.handlers.http.ntlm | Apache Mina |
|
| NullEditor | A dummy PropertyEditor for null. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| NumberEditor | A PropertyEditor which converts a String into a Number and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| ObjectMBean | A ModelMBean wrapper implementation for a POJO. | Class | org.apache.mina.integration.jmx | Apache Mina |
|
| ObjectSerializationCodecFactory | A ProtocolCodecFactory that serializes and deserializes Java objects. | Class | org.apache.mina.filter.codec.serialization | Apache Mina |
|
| ObjectSerializationDecoder | A ProtocolDecoder which deserializes Serializable Java objects using IoBuffer. | Class | org.apache.mina.filter.codec.serialization | Apache Mina |
|
| ObjectSerializationEncoder | A ProtocolEncoder which serializes Serializable Java objects using IoBuffer. | Class | org.apache.mina.filter.codec.serialization | Apache Mina |
|
| ObjectSerializationInputStream | An ObjectInput and InputStream that can read the objects encoded by ObjectSerializationEncoder. | Class | org.apache.mina.filter.codec.serialization | Apache Mina |
|
| ObjectSerializationOutputStream | An ObjectOutput and OutputStream that can write the objects as the serialized form that ObjectSerializationDecoder can decode. | Class | org.apache.mina.filter.codec.serialization | Apache Mina |
|
| OnEntry | Annotation used on methods to indicate that the method will be executed before entering a certain state | Class | org.apache.mina.statemachine.annotation | Apache Mina |
|
| OnExit | Annotation used on methods to indicate that the method will be executed before existing from a certain state | Class | org.apache.mina.statemachine.annotation | Apache Mina |
|
| OrderedThreadPoolExecutor | A ThreadPoolExecutor that maintains the order of IoEvents. | Class | org.apache.mina.filter.executor | Apache Mina |
|
| PasswordCommand | Represents the password command. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| PatternEditor | A PropertyEditor which converts a String into a Pattern and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| PauseCommand | Represents the pause command. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| PhraseUtilities | | Class | org.apache.mina.example.haiku | Apache Mina |
|
| PlayCommand | Represents the play command. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| PrefixedStringCodecFactory | A ProtocolCodecFactory that performs encoding and decoding of a Java String object using a fixed-length length prefix. | Class | org.apache.mina.filter.codec.prefixedstring | Apache Mina |
|
| PrefixedStringDecoder | A ProtocolDecoder which decodes a String using a fixed-length length prefix. | Class | org.apache.mina.filter.codec.prefixedstring | Apache Mina |
|
| PrefixedStringEncoder | A ProtocolEncoder which encodes a string using a fixed-length length prefix. | Class | org.apache.mina.filter.codec.prefixedstring | Apache Mina |
|
| ProfilerTimerFilter | This class will measure the time it takes for a method in the IoFilterAdapter class to execute. | Class | org.apache.mina.filter.statistic | Apache Mina |
|
| PropertiesEditor | A PropertyEditor which converts a String into a Properties and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| PropertyEditorFactory | A factory that creates a new PropertyEditor which is appropriate for the specified object or class. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| PropertyTypeConverter | PropertyEditor-based implementation of OGNL TypeConverter. | Class | org.apache.mina.integration.ognl | Apache Mina |
|
| ProtocolCodecException | An exception that is thrown when ProtocolEncoder or ProtocolDecoder cannot understand or failed to validate | Class | org.apache.mina.filter.codec | Apache Mina |
|
| ProtocolCodecFactory | Provides ProtocolEncoder and ProtocolDecoder which translates binary or protocol specific data into message object and vice versa. | Interface | org.apache.mina.filter.codec | Apache Mina |
|
| ProtocolCodecFilter | An IoFilter which translates binary or protocol specific data into message objects and vice versa using ProtocolCodecFactory, | Class | org.apache.mina.filter.codec | Apache Mina |
|
| ProtocolCodecSession | A virtual IoSession that provides ProtocolEncoderOutput and ProtocolDecoderOutput. | Class | org.apache.mina.filter.codec | Apache Mina |
|
| ProtocolDecoder | Decodes binary or protocol-specific data into higher-level message objects. | Interface | org.apache.mina.filter.codec | Apache Mina |
|
| ProtocolDecoderAdapter | An abstract ProtocolDecoder implementation for those who don't need ProtocolDecoder. | Class | org.apache.mina.filter.codec | Apache Mina |
|
| ProtocolDecoderException | An exception that is thrown when ProtocolDecoder cannot understand or failed to validate the specified IoBuffer | Class | org.apache.mina.filter.codec | Apache Mina |
|
| ProtocolDecoderOutput | Callback for ProtocolDecoder to generate decoded messages. | Interface | org.apache.mina.filter.codec | Apache Mina |
|
| ProtocolEncoder | Encodes higher-level message objects into binary or protocol-specific data. | Interface | org.apache.mina.filter.codec | Apache Mina |
|
| ProtocolEncoderAdapter | An abstract ProtocolEncoder implementation for those who don't have any resources to dispose. | Class | org.apache.mina.filter.codec | Apache Mina |
|
| ProtocolEncoderException | An exception that is thrown when ProtocolEncoder cannot understand or failed to validate the specified message object. | Class | org.apache.mina.filter.codec | Apache Mina |
|
| ProtocolEncoderOutput | Callback for ProtocolEncoder to generate encoded messages such as IoBuffers. | Interface | org.apache.mina.filter.codec | Apache Mina |
|
| ProxyAuthException | ProxyAuthException. | Class | org.apache.mina.proxy | Apache Mina |
|
| ProxyConnector | ProxyConnector. | Class | org.apache.mina.proxy | Apache Mina |
|
| ProxyFilter | ProxyFilter. | Class | org.apache.mina.proxy.filter | Apache Mina |
|
| ProxyHandshakeIoBuffer | ProxyHandshakeIoBuffer. | Class | org.apache.mina.proxy.filter | Apache Mina |
|
| ProxyIoSession | ProxyIoSession. | Class | org.apache.mina.proxy.session | Apache Mina |
|
| ProxyIoSessionInitializer | ProxyIoSessionInitializer. | Class | org.apache.mina.proxy.session | Apache Mina |
|
| ProxyLogicHandler | ProxyLogicHandler. | Interface | org.apache.mina.proxy | Apache Mina |
|
| ProxyRequest | ProxyRequest. | Class | org.apache.mina.proxy.handlers | Apache Mina |
|
| QuitCommand | Represents the quit command. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| ReadFuture | An IoFuture for asynchronous read requests. | Interface | org.apache.mina.core.future | Apache Mina |
|
| RecoverableProtocolDecoderException | A special exception that tells the ProtocolDecoder can keep decoding even after this exception is thrown. | Class | org.apache.mina.filter.codec | Apache Mina |
|
| ReferenceCountingFilter | An IoFilters wrapper that keeps track of the number of usages of this filter and will call init/destroy when the filter is not in use. | Class | org.apache.mina.filter.util | Apache Mina |
|
| ResultMessage | RESULT message in SumUp protocol. | Class | org.apache.mina.example.sumup.message | Apache Mina |
|
| ResultMessageDecoder | A MessageDecoder that decodes ResultMessage. | Class | org.apache.mina.example.sumup.codec | Apache Mina |
|
| ResultMessageEncoder | A MessageEncoder that encodes ResultMessage. | Class | org.apache.mina.example.sumup.codec | Apache Mina |
|
| ReverseProtocolHandler | IoHandler implementation of reverser server protocol. | Class | org.apache.mina.example.reverser | Apache Mina |
|
| RuntimeIoException | A unchecked version of IOException. | Class | org.apache.mina.core | Apache Mina |
|
| SelfTransition | The interface implemented by classes which need to react on enteringAuthor:Apache MINA Project | Interface | org.apache.mina.statemachine.transition | Apache Mina |
|
| SerialAddress | An address for a serial port communication. | Class | org.apache.mina.transport.serial | Apache Mina |
|
| SerialAddressEditor | A PropertyEditor which converts a String into a SerialAddress and vice versa. | Class | org.apache.mina.transport.serial | Apache Mina |
|
| SerialConnector | IoConnector for serial communication transport. | Class | org.apache.mina.transport.serial | Apache Mina |
|
| SerialPortUnavailableException | Exception thrown when the serial port can't be open becauseAuthor:Apache MINA ProjectSee Also:Serialized Form | Class | org.apache.mina.transport.serial | Apache Mina |
|
| SerialSession | An IoSession for serial communication transport. | Interface | org.apache.mina.transport.serial | Apache Mina |
|
| SerialSessionConfig | An IoSessionConfig for serial transport type. | Interface | org.apache.mina.transport.serial | Apache Mina |
|
| Server | (Entry Point) Starts SumUp server. | Class | org.apache.mina.example.sumup | Apache Mina |
|
| ServerSessionHandler | IoHandler for SumUp server. | Class | org.apache.mina.example.sumup | Apache Mina |
|
| ServerToProxyIoHandler | Handles the server to proxy part of the proxied connection. | Class | org.apache.mina.example.proxy | Apache Mina |
|
| SessionAttributeInitializingFilter | An IoFilter that sets initial attributes when a new IoSession is created. | Class | org.apache.mina.filter.util | Apache Mina |
|
| SessionState | The session state. | Class | org.apache.mina.core.session | Apache Mina |
|
| SetEditor | A PropertyEditor which converts a String into a Set and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| ShortEditor | A PropertyEditor which converts a String into a Short and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| ShortIntegerDecodingState | DecodingState which decodes short values in big-endian order (high bytes come first). | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| SimpleBufferAllocator | A simplistic IoBufferAllocator which simply allocates a newAuthor:Apache MINA Project | Class | org.apache.mina.core.buffer | Apache Mina |
|
| SimpleByteArrayFactory | Creates ByteArray backed by a heap-allocated IoBuffer. | Class | org.apache.mina.util.byteaccess | Apache Mina |
|
| SimpleIoProcessorPool | An IoProcessor pool that distributes IoSessions into one or more IoProcessors. | Class | org.apache.mina.core.service | Apache Mina |
|
| SingleByteDecodingState | DecodingState which decodes byte values. | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| SingleSessionIoHandler | A session handler without an IoSession parameter for simplicity. | Interface | org.apache.mina.handler.multiton | Apache Mina |
|
| SingleSessionIoHandlerAdapter | Adapter class for implementors of the SingleSessionIoHandler interface. | Class | org.apache.mina.handler.multiton | Apache Mina |
|
| SingleSessionIoHandlerDelegate | An IoHandler implementation which delegates all requests to SingleSessionIoHandlers. | Class | org.apache.mina.handler.multiton | Apache Mina |
|
| SingleSessionIoHandlerFactory | A factory that creates SingleSessionIoHandler to be used with one particular session. | Interface | org.apache.mina.handler.multiton | Apache Mina |
|
| SingletonStateContextLookup | StateContextLookup implementation which always returns the same StateContext instance. | Class | org.apache.mina.statemachine.context | Apache Mina |
|
| SkippingState | DecodingState which skips data until canSkip(byte) returns Author:Apache MINA Project | Class | org.apache.mina.filter.codec.statemachine | Apache Mina |
|
| SocketAcceptor | IoAcceptor for socket transport (TCP/IP). | Interface | org.apache.mina.transport.socket | Apache Mina |
|
| SocketAddressFactory | Workaround for dealing with inability to annotate java docs of JDK socket address classes. | Class | org.apache.mina.integration.xbean | Apache Mina |
|
| SocketConnector | IoConnector for socket transport (TCP/IP). | Interface | org.apache.mina.transport.socket | Apache Mina |
|
| SocketSessionConfig | An IoSessionConfig for socket transport type. | Interface | org.apache.mina.transport.socket | Apache Mina |
|
| Socks4LogicHandler | Socks4LogicHandler. | Class | org.apache.mina.proxy.handlers.socks | Apache Mina |
|
| Socks5LogicHandler | Socks5LogicHandler. | Class | org.apache.mina.proxy.handlers.socks | Apache Mina |
|
| SocksProxyConstants | SocksProxyConstants. | Class | org.apache.mina.proxy.handlers.socks | Apache Mina |
|
| SocksProxyRequest | SocksProxyRequest. | Class | org.apache.mina.proxy.handlers.socks | Apache Mina |
|
| SpringMain | (Entry point) Chat server which uses Spring and the serverContext. | Class | org.apache.mina.example.chat | Apache Mina |
|
| SslContextFactory | A factory that creates and configures a new SSLContext. | Class | org.apache.mina.filter.ssl | Apache Mina |
|
| SslFilter | An SSL filter that encrypts and decrypts the data exchanged in the session. | Class | org.apache.mina.filter.ssl | Apache Mina |
|
| SslServerSocketFactory | Simple Server Socket factory to create sockets with or without SSL enabled. | Class | org.apache.mina.example.echoserver.ssl | Apache Mina |
|
| SslSocketFactory | Simple Socket factory to create sockets with or without SSL enabled. | Class | org.apache.mina.example.echoserver.ssl | Apache Mina |
|
| StandardThreadPool | | Class | org.apache.mina.integration.xbean | Apache Mina |
|
| State | Annotation used to define the states in a state machine. | Class | org.apache.mina.statemachine.annotation | Apache Mina |
|
| State | Represents a state in a StateMachine. | Class | org.apache.mina.statemachine | Apache Mina |
|
| StateContext | StateContext objects are used to store the current State and any application specific attributes for a specific client of a | Interface | org.apache.mina.statemachine.context | Apache Mina |
|
| StateContextFactory | Factory which creates StateContext instances. | Interface | org.apache.mina.statemachine.context | Apache Mina |
|
| StateContextLookup | Lookups a StateContext from a collection of event arguments. | Interface | org.apache.mina.statemachine.context | Apache Mina |
|
| StateControl | Allows for programmatic control of a state machines execution. | Class | org.apache.mina.statemachine | Apache Mina |
|
| StateMachine | Represents a complete state machine. | Class | org.apache.mina.statemachine | Apache Mina |
|
| StateMachineCreationException | Exception thrown by StateMachineFactory when a StateMachine could not be constructed for some reason. | Class | org.apache.mina.statemachine | Apache Mina |
|
| StateMachineFactory | Creates StateMachines by reading State, Transition and Transitions (or equivalent) and SelfTransition annotations from one or more arbitrary | Class | org.apache.mina.statemachine | Apache Mina |
|
| StateMachineProxyBuilder | Used to create proxies which will forward all method calls on them to aAuthor:Apache MINA Project | Class | org.apache.mina.statemachine | Apache Mina |
|
| StopCommand | Represents the stop command. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| StreamIoHandler | A IoHandler that adapts asynchronous MINA events to stream I/O. | Class | org.apache.mina.handler.stream | Apache Mina |
|
| StreamWriteFilter | Filter implementation which makes it possible to write InputStream objects directly using IoSession. | Class | org.apache.mina.filter.stream | Apache Mina |
|
| StringEditor | A dummy PropertyEditor for a String. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| StringUtilities | StringUtilities. | Class | org.apache.mina.proxy.utils | Apache Mina |
|
| Subnet | A IP subnet using the CIDR notation. | Class | org.apache.mina.filter.firewall | Apache Mina |
|
| SumUpProtocolCodecFactory | A ProtocolCodecFactory that provides a protocol codec forAuthor:Apache MINA Project | Class | org.apache.mina.example.sumup.codec | Apache Mina |
|
| SwingChatClient | Simple chat client based on Swing & MINA that implements the chat protocol. | Class | org.apache.mina.example.chat.client | Apache Mina |
|
| SwingChatClientHandler | IoHandler implementation of the client side of the simple chat protocol. | Class | org.apache.mina.example.chat.client | Apache Mina |
|
| SynchronizedProtocolDecoder | A ProtocolDecoder implementation which decorates an existing decoder to be thread-safe. | Class | org.apache.mina.filter.codec | Apache Mina |
|
| SynchronizedProtocolEncoder | A ProtocolEncoder implementation which decorates an existing encoder to be thread-safe. | Class | org.apache.mina.filter.codec | Apache Mina |
|
| SynchronizedQueue | A decorator that makes the specified Queue thread-safe. | Class | org.apache.mina.util | Apache Mina |
|
| TapeDeckServer | The actual state machine implementation for the tape deck server. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| TcpClient | An UDP client taht just send thousands of small messages to a UdpServer. | Class | org.apache.mina.example.tcp.perf | Apache Mina |
|
| TcpServer | An TCP server used for performance tests. | Class | org.apache.mina.example.tcp.perf | Apache Mina |
|
| TennisBall | A tennis ball which has TTL value and state whose value is one of 'PING' andAuthor:Apache MINA Project | Class | org.apache.mina.example.tennis | Apache Mina |
|
| TennisPlayer | A IoHandler implementation which plays a tennis game. | Class | org.apache.mina.example.tennis | Apache Mina |
|
| TextLineCodecFactory | A ProtocolCodecFactory that performs encoding and decoding between a text line data and a Java string object. | Class | org.apache.mina.filter.codec.textline | Apache Mina |
|
| TextLineDecoder | A ProtocolDecoder which decodes a text line into a string. | Class | org.apache.mina.filter.codec.textline | Apache Mina |
|
| TextLineEncoder | A ProtocolEncoder which encodes a string into a text line which ends with the delimiter. | Class | org.apache.mina.filter.codec.textline | Apache Mina |
|
| TimeServerHandler | The Time Server handler : it return the current date when a message is received, or close the session if the quit message is received. | Class | org.apache.mina.example.gettingstarted.timeserver | Apache Mina |
|
| ToHaikuIoFilter | | Class | org.apache.mina.example.haiku | Apache Mina |
|
| Transform | Utility class for working with xml data Implementation is heavily based on org. | Class | org.apache.mina.util | Apache Mina |
|
| Transition | Annotation used on methods to indicate that the method handles a specific kind of event when in a specific state. | Class | org.apache.mina.statemachine.annotation | Apache Mina |
|
| Transition | The interface implemented by classes which need to react on transitionsAuthor:Apache MINA Project | Interface | org.apache.mina.statemachine.transition | Apache Mina |
|
| TransitionAnnotation | Annotation used to mark other annotations as being transition annotations. | Class | org.apache.mina.statemachine.annotation | Apache Mina |
|
| Transitions | Annotation used to annotate a method with several Transitions. | Class | org.apache.mina.statemachine.annotation | Apache Mina |
|
| TransportMetadata | Provides meta-information that describes an IoService. | Interface | org.apache.mina.core.service | Apache Mina |
|
| UdpClient | An UDP client taht just send thousands of small messages to a UdpServer. | Class | org.apache.mina.example.udp.perf | Apache Mina |
|
| UdpServer | An UDP server used for performance tests. | Class | org.apache.mina.example.udp.perf | Apache Mina |
|
| UnhandledEventException | Thrown when an Event passed to a state machine couldn't be handled. | Class | org.apache.mina.statemachine.event | Apache Mina |
|
| UnknownMessageTypeException | An exception that is thrown when the type of the message cannot be determined. | Class | org.apache.mina.core.session | Apache Mina |
|
| UnorderedThreadPoolExecutor | A ThreadPoolExecutor that does not maintain the order of IoEvents. | Class | org.apache.mina.filter.executor | Apache Mina |
|
| URIEditor | A PropertyEditor which converts a String into a URI and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| URLEditor | A PropertyEditor which converts a String into a URL and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| UserCommand | Represents the user command. | Class | org.apache.mina.example.tapedeck | Apache Mina |
|
| VmPipeAcceptor | Binds the specified IoHandler to the specifiedAuthor:Apache MINA Project | Class | org.apache.mina.transport.vmpipe | Apache Mina |
|
| VmPipeAddress | A SocketAddress which represents in-VM pipe port number. | Class | org.apache.mina.transport.vmpipe | Apache Mina |
|
| VmPipeAddressEditor | A PropertyEditor which converts a String into a VmPipeAddress and vice versa. | Class | org.apache.mina.integration.beans | Apache Mina |
|
| VmPipeConnector | Connects to IoHandlers which is bound on the specifiedAuthor:Apache MINA Project | Class | org.apache.mina.transport.vmpipe | Apache Mina |
|
| VmPipeSessionConfig | An IoSessionConfig for vmpipe transport type. | Interface | org.apache.mina.transport.vmpipe | Apache Mina |
|
| WriteException | An exception which is thrown when one or more write operations failed. | Class | org.apache.mina.core.write | Apache Mina |
|
| WriteFuture | An IoFuture for asynchronous write requests. | Interface | org.apache.mina.core.future | Apache Mina |
|
| WriteRequest | Represents write request fired by IoSession. | Interface | org.apache.mina.core.write | Apache Mina |
|
| WriteRequestFilter | Attaches an IoEventQueueHandler to an IoSession's WriteRequest queue to provide accurate write queue status tracking. | Class | org.apache.mina.filter.executor | Apache Mina |
|
| WriteRequestFilter | An abstract IoFilter that simplifies the implementation of an IoFilter that filters an IoEventType. | Class | org.apache.mina.filter.util | Apache Mina |
|
| WriteRequestQueue | Stores WriteRequests which are queued to an IoSession. | Interface | org.apache.mina.core.write | Apache Mina |
|
| WriteRequestWrapper | A wrapper for an existing WriteRequest. | Class | org.apache.mina.core.write | Apache Mina |
|
| WriteTimeoutException | An exception which is thrown when write buffer is not flushed for IoSessionConfig. | Class | org.apache.mina.core.write | Apache Mina |
|
| WriteToClosedSessionException | An exception which is thrown when one or more write operations were attempted on a closed session. | Class | org.apache.mina.core.write | Apache Mina |