Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.mina.core Classes and Interfaces - 81 results found.
NameDescriptionTypePackageFramework
AbstractIoAcceptorA base implementation of IoAcceptor.Classorg.apache.mina.core.serviceApache Mina
AbstractIoAcceptor .AcceptorOperationFutureClassorg.apache.mina.core.serviceApache Mina
AbstractIoBufferA base implementation of IoBuffer.Classorg.apache.mina.core.bufferApache Mina
AbstractIoConnectorA base implementation of IoConnector.Classorg.apache.mina.core.serviceApache Mina
AbstractIoServiceBase implementation of IoServices.Classorg.apache.mina.core.serviceApache Mina
AbstractIoService .ServiceOperationFutureClassorg.apache.mina.core.serviceApache Mina
AbstractIoSessionBase implementation of IoSession.Classorg.apache.mina.core.sessionApache Mina
AbstractIoSessionConfigA base implementation of IoSessionConfig.Classorg.apache.mina.core.sessionApache Mina
AbstractPollingIoAcceptorA base class for implementing transport using a polling strategy.Classorg.apache.mina.core.pollingApache Mina
AbstractPollingIoConnectorA base class for implementing client transport using a polling strategy.Classorg.apache.mina.core.pollingApache Mina
AbstractPollingIoProcessorAn abstract implementation of IoProcessor which helps transport developers to write an IoProcessor easily.Classorg.apache.mina.core.pollingApache Mina
AttributeKeyCreates a Key from a class name and an attribute name.Classorg.apache.mina.core.sessionApache Mina
BufferDataExceptionA RuntimeException which is thrown when the data the IoBuffer contains is corrupt.Classorg.apache.mina.core.bufferApache Mina
CachedBufferAllocatorAn IoBufferAllocator that caches the buffers which are likely to be reused during auto-expansion of the buffers.Classorg.apache.mina.core.bufferApache Mina
CloseFutureAn IoFuture for asynchronous close requests.Interfaceorg.apache.mina.core.futureApache Mina
CompositeIoFutureAn IoFuture of IoFutures.Classorg.apache.mina.core.futureApache Mina
ConnectFutureAn IoFuture for asynchronous connect requests.Interfaceorg.apache.mina.core.futureApache Mina
DefaultCloseFutureA default implementation of CloseFuture.Classorg.apache.mina.core.futureApache Mina
DefaultConnectFutureA default implementation of ConnectFuture.Classorg.apache.mina.core.futureApache Mina
DefaultFileRegionTODO Add documentationAuthor:Apache MINA ProjectClassorg.apache.mina.core.fileApache Mina
DefaultIoFilterChainA default implementation of IoFilterChain that provides all operations for developers who want to implement their ownClassorg.apache.mina.core.filterchainApache Mina
DefaultIoFilterChainBuilderThe default implementation of IoFilterChainBuilder which is useful in most cases.Classorg.apache.mina.core.filterchainApache Mina
DefaultIoFutureA default implementation of IoFuture associated withAuthor:Apache MINA ProjectClassorg.apache.mina.core.futureApache Mina
DefaultIoSessionDataStructureFactoryThe default IoSessionDataStructureFactory implementation that creates a new HashMap-based IoSessionAttributeMapClassorg.apache.mina.core.sessionApache Mina
DefaultReadFutureA default implementation of WriteFuture.Classorg.apache.mina.core.futureApache Mina
DefaultTransportMetadataA default immutable implementation of TransportMetadata.Classorg.apache.mina.core.serviceApache Mina
DefaultWriteFutureA default implementation of WriteFuture.Classorg.apache.mina.core.futureApache Mina
DefaultWriteRequestThe default implementation of WriteRequest.Classorg.apache.mina.core.writeApache Mina
DummySessionA dummy IoSession for unit-testing or non-network-use of the classes that depends on IoSession.Classorg.apache.mina.core.sessionApache Mina
ExpiringSessionRecyclerAn IoSessionRecycler with sessions that time out on inactivity.Classorg.apache.mina.core.sessionApache Mina
FilenameFileRegionTODO Add documentationVersion:$Rev$, $Date$Author:The Apache MINA Project (dev@mina.Classorg.apache.mina.core.fileApache Mina
FileRegionIndicates the region of a file to be sent to the remote host.Interfaceorg.apache.mina.core.fileApache Mina
IdleStatusRepresents the type of idleness of IoSession or IoSession.Classorg.apache.mina.core.sessionApache Mina
IdleStatusCheckerDetects idle sessions and fires sessionIdle events to them.Classorg.apache.mina.core.sessionApache Mina
IoAcceptorAccepts incoming connection, communicates with clients, and fires events to You should bind to the desired socket address to accept incomingInterfaceorg.apache.mina.core.serviceApache Mina
IoBufferA byte buffer used by MINA applications.Classorg.apache.mina.core.bufferApache Mina
IoBufferAllocatorAllocates IoBuffers and manages them.Interfaceorg.apache.mina.core.bufferApache Mina
IoBufferWrapperA IoBuffer that wraps a buffer and proxies any operations to it.Classorg.apache.mina.core.bufferApache Mina
IoConnectorConnects to endpoint, communicates with the server, and fires events to You should connect to the desired socket address to start communication,Interfaceorg.apache.mina.core.serviceApache Mina
IoEventAn I/O event or an I/O request that MINA provides.Classorg.apache.mina.core.sessionApache Mina
IoEventTypeAn Enum that represents the type of I/O events and requests.Classorg.apache.mina.core.sessionApache Mina
IoFilterA filter which intercepts IoHandler events like Servlet filters.Interfaceorg.apache.mina.core.filterchainApache Mina
IoFilter .NextFilterRepresents the next IoFilter in IoFilterChain.Interfaceorg.apache.mina.core.filterchainApache Mina
IoFilterAdapterAn adapter class for IoFilter.Classorg.apache.mina.core.filterchainApache Mina
IoFilterChainA container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.Interfaceorg.apache.mina.core.filterchainApache Mina
IoFilterChain .EntryRepresents a name-filter pair that an IoFilterChain contains.Interfaceorg.apache.mina.core.filterchainApache Mina
IoFilterChainBuilderAn interface that builds IoFilterChain in predefined way when IoSession is created.Interfaceorg.apache.mina.core.filterchainApache Mina
IoFilterEventAn I/O event or an I/O request that MINA provides for IoFilters.Classorg.apache.mina.core.filterchainApache Mina
IoFilterLifeCycleExceptionA RuntimeException which is thrown when IoFilter.Classorg.apache.mina.core.filterchainApache Mina
IoFutureRepresents the completion of an asynchronous I/O operation on an Can be listened for completion using a IoFutureListener.Interfaceorg.apache.mina.core.futureApache Mina
IoFutureListenerSomething interested in being notified when the completion of an asynchronous I/O operation : IoFuture.Interfaceorg.apache.mina.core.futureApache Mina
IoHandlerHandles all I/O events fired by MINA.Interfaceorg.apache.mina.core.serviceApache Mina
IoHandlerAdapterAn adapter class for IoHandler.Classorg.apache.mina.core.serviceApache Mina
IoProcessorAn internal interface to represent an 'I/O processor' that performs actual I/O operations for IoSessions.Interfaceorg.apache.mina.core.serviceApache Mina
IoServiceBase interface for all IoAcceptors and IoConnectors that provide I/O service and manage IoSessions.Interfaceorg.apache.mina.core.serviceApache Mina
IoServiceListenerListens to events related to an IoService.Interfaceorg.apache.mina.core.serviceApache Mina
IoServiceListenerSupportA helper class which provides addition and removal of IoServiceListeners and firingAuthor:Apache MINA ProjectClassorg.apache.mina.core.serviceApache Mina
IoServiceStatisticsProvides usage statistics for an AbstractIoService instance.Classorg.apache.mina.core.serviceApache Mina
IoSession A handle which represents connection between two end-points regardless of IoSession provides user-defined attributes.Interfaceorg.apache.mina.core.sessionApache Mina
IoSessionAttributeMapStores the user-defined attributes which is provided per IoSession.Interfaceorg.apache.mina.core.sessionApache Mina
IoSessionConfigThe configuration of IoSession.Interfaceorg.apache.mina.core.sessionApache Mina
IoSessionDataStructureFactoryProvides data structures to a newly created session.Interfaceorg.apache.mina.core.sessionApache Mina
IoSessionInitializationExceptionA RuntimeException that is thrown when the initialization of an IoSession fails.Classorg.apache.mina.core.sessionApache Mina
IoSessionInitializerDefines a callback for obtaining the IoSession during session initialization.Interfaceorg.apache.mina.core.sessionApache Mina
IoSessionRecyclerA connectionless transport can recycle existing sessions by assigning an IoSessionRecycler to an IoService.Interfaceorg.apache.mina.core.sessionApache Mina
IoUtilA utility class that provides various convenience methods related with IoSession and IoFuture.Classorg.apache.mina.coreApache Mina
NothingWrittenExceptionAn exception which is thrown when one or more write requests resulted in no actual write operation.Classorg.apache.mina.core.writeApache Mina
ReadFutureAn IoFuture for asynchronous read requests.Interfaceorg.apache.mina.core.futureApache Mina
RuntimeIoExceptionA unchecked version of IOException.Classorg.apache.mina.coreApache Mina
SessionStateThe session state.Classorg.apache.mina.core.sessionApache Mina
SimpleBufferAllocatorA simplistic IoBufferAllocator which simply allocates a newAuthor:Apache MINA ProjectClassorg.apache.mina.core.bufferApache Mina
SimpleIoProcessorPoolAn IoProcessor pool that distributes IoSessions into one or more IoProcessors.Classorg.apache.mina.core.serviceApache Mina
TransportMetadataProvides meta-information that describes an IoService.Interfaceorg.apache.mina.core.serviceApache Mina
UnknownMessageTypeExceptionAn exception that is thrown when the type of the message cannot be determined.Classorg.apache.mina.core.sessionApache Mina
WriteExceptionAn exception which is thrown when one or more write operations failed.Classorg.apache.mina.core.writeApache Mina
WriteFutureAn IoFuture for asynchronous write requests.Interfaceorg.apache.mina.core.futureApache Mina
WriteRequestRepresents write request fired by IoSession.Interfaceorg.apache.mina.core.writeApache Mina
WriteRequestQueueStores WriteRequests which are queued to an IoSession.Interfaceorg.apache.mina.core.writeApache Mina
WriteRequestWrapperA wrapper for an existing WriteRequest.Classorg.apache.mina.core.writeApache Mina
WriteTimeoutExceptionAn exception which is thrown when write buffer is not flushed for IoSessionConfig.Classorg.apache.mina.core.writeApache Mina
WriteToClosedSessionExceptionAn exception which is thrown when one or more write operations were attempted on a closed session.Classorg.apache.mina.core.writeApache Mina