MINA 2.0.13(build 2016/02/28)
A B C D E F G H I J K L M N O P Q R S T U V W 

I

IdentityHashSet<E> - org.apache.mina.util中的类
An IdentityHashMap-backed Set.
IdentityHashSet() - 类 的构造器org.apache.mina.util.IdentityHashSet
 
IdentityHashSet(int) - 类 的构造器org.apache.mina.util.IdentityHashSet
 
IdentityHashSet(Collection<E>) - 类 的构造器org.apache.mina.util.IdentityHashSet
 
IdleStatus - org.apache.mina.core.session中的类
Represents the type of idleness of IoSession or IoSession.
IdleStatusChecker - org.apache.mina.core.session中的类
Detects idle sessions and fires sessionIdle events to them.
IdleStatusChecker() - 类 的构造器org.apache.mina.core.session.IdleStatusChecker
 
IdleStatusChecker.NotifyingTask - org.apache.mina.core.session中的类
The class to place in the transport executor for checking the sessions idle
ImageClient - org.apache.mina.example.imagine.step1.client中的类
client for the ImageServer
ImageClient(String, int, ImageListener) - 类 的构造器org.apache.mina.example.imagine.step1.client.ImageClient
 
ImageCodecFactory - org.apache.mina.example.imagine.step1.codec中的类
a ProtocolCodecFactory for the tutorial on how to write a protocol codec
ImageCodecFactory(boolean) - 类 的构造器org.apache.mina.example.imagine.step1.codec.ImageCodecFactory
 
ImageListener - org.apache.mina.example.imagine.step1.client中的接口
TODO Add documentation
ImagePanel - org.apache.mina.example.imagine.step1.client中的类
JPanel capable of drawing two BufferedImage's
ImagePanel() - 类 的构造器org.apache.mina.example.imagine.step1.client.ImagePanel
 
ImageRequest - org.apache.mina.example.imagine.step1中的类
represents a client's request for an image
ImageRequest(int, int, int) - 类 的构造器org.apache.mina.example.imagine.step1.ImageRequest
 
ImageRequestDecoder - org.apache.mina.example.imagine.step1.codec中的类
a decoder for ImageRequest objects
ImageRequestDecoder() - 类 的构造器org.apache.mina.example.imagine.step1.codec.ImageRequestDecoder
 
ImageRequestEncoder - org.apache.mina.example.imagine.step1.codec中的类
an encoder for ImageRequest objects
ImageRequestEncoder() - 类 的构造器org.apache.mina.example.imagine.step1.codec.ImageRequestEncoder
 
ImageResponse - org.apache.mina.example.imagine.step1中的类
response sent by the server when receiving an ImageRequest
ImageResponse(BufferedImage, BufferedImage) - 类 的构造器org.apache.mina.example.imagine.step1.ImageResponse
 
ImageResponseDecoder - org.apache.mina.example.imagine.step1.codec中的类
a decoder for ImageResponse objects
ImageResponseDecoder() - 类 的构造器org.apache.mina.example.imagine.step1.codec.ImageResponseDecoder
 
ImageResponseEncoder - org.apache.mina.example.imagine.step1.codec中的类
an encoder for ImageResponse objects
ImageResponseEncoder() - 类 的构造器org.apache.mina.example.imagine.step1.codec.ImageResponseEncoder
 
ImageServer - org.apache.mina.example.imagine.step1.server中的类
entry point for the server used in the tutorial on protocol codecs
ImageServer() - 类 的构造器org.apache.mina.example.imagine.step1.server.ImageServer
 
ImageServer - org.apache.mina.example.imagine.step2.server中的类
entry point for the server used in the tutorial on protocol codecs
ImageServer() - 类 的构造器org.apache.mina.example.imagine.step2.server.ImageServer
 
ImageServer - org.apache.mina.example.imagine.step3.server中的类
entry point for the server used in the tutorial on protocol codecs
ImageServer() - 类 的构造器org.apache.mina.example.imagine.step3.server.ImageServer
 
ImageServerIoHandler - org.apache.mina.example.imagine.step1.server中的类
server-side IoHandler
ImageServerIoHandler() - 类 的构造器org.apache.mina.example.imagine.step1.server.ImageServerIoHandler
 
ImageServerIoHandler - org.apache.mina.example.imagine.step3.server中的类
server-side IoHandler
ImageServerIoHandler(MBeanServer) - 类 的构造器org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
Creates a new instance of ImageServerIoHandler.
increaseIdleCount(IdleStatus, long) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Increase the count of the various Idle counter
increaseReadBufferSize() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Increase the ReadBuffer size (it will double)
increaseReadBytes(long, long) - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
Increases the count of read bytes by nbBytesRead and sets the last read time to currentTime.
increaseReadBytes(long, long) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Increase the number of read bytes
increaseReadMessages(long) - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
Increases the count of read messages by 1 and sets the last read time to currentTime.
increaseReadMessages(long) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Increase the number of read messages
increaseScheduledWriteBytes(int) - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
Increments by increment the count of bytes scheduled for write.
increaseScheduledWriteBytes(int) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Increase the number of scheduled write bytes for the session
increaseScheduledWriteMessages() - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
Increments the count of messages scheduled for write.
increaseScheduledWriteMessages() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Increase the number of scheduled message to write
increaseWrittenBytes(int, long) - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
Increases the count of written bytes by nbBytesWritten and sets the last write time to currentTime.
increaseWrittenBytes(int, long) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Increase the number of written bytes
increaseWrittenMessages(long) - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
Increases the count of written messages by 1 and sets the last write time to currentTime.
increaseWrittenMessages(WriteRequest, long) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Increase the number of written messages
INDEX_KEY - 类 中的静态变量org.apache.mina.example.imagine.step1.server.ImageServerIoHandler
 
INDEX_KEY - 类 中的静态变量org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
 
indexOf(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Returns the first occurrence position of the specified byte from the current position to the current limit.
indexOf(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Returns the first occurrence position of the specified byte from the current position to the current limit.
indexOf(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
InetAddressEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into an InetAddress.
InetAddressEditor() - 类 的构造器org.apache.mina.integration.beans.InetAddressEditor
 
InetSocketAddressEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into an InetSocketAddress.
InetSocketAddressEditor() - 类 的构造器org.apache.mina.integration.beans.InetSocketAddressEditor
 
info(TapeDeckServer.TapeDeckContext, IoSession, InfoCommand) - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
 
InfoCommand - org.apache.mina.example.tapedeck中的类
Represents the info command.
InfoCommand() - 类 的构造器org.apache.mina.example.tapedeck.InfoCommand
 
init() - 接口 中的方法org.apache.mina.core.filterchain.IoFilter
Invoked by ReferenceCountingFilter when this filter is added to a IoFilterChain at the first time, so you can initialize shared resources.
init() - 类 中的方法org.apache.mina.core.filterchain.IoFilterAdapter
Invoked by ReferenceCountingFilter when this filter is added to a IoFilterChain at the first time, so you can initialize shared resources.
init() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
Initialize the polling system, will be called at construction time.
init(SelectorProvider) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
Initialize the polling system, will be called at construction time.
init() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
Initialize the polling system, will be called at construction time.
init(S) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Initialize the polling of a session.
init() - 类 中的方法org.apache.mina.filter.buffer.IoBufferLazyInitializer
Initializes the value.
init() - 类 中的方法org.apache.mina.filter.codec.statemachine.DecodingStateMachine
Invoked to initialize this state machine.
init() - 类 中的方法org.apache.mina.filter.util.ReferenceCountingFilter
 
init(AprSession) - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
 
init() - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketAcceptor
Initialize the polling system, will be called at construction time.
init(SelectorProvider) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketAcceptor
 
init() - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketConnector
Initialize the polling system, will be called at construction time.
init(IoService) - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
init() - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
 
init() - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramConnector
 
init(NioSession) - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
 
init() - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketAcceptor
Initialize the polling system, will be called at construction time.
init(SelectorProvider) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketAcceptor
Initialize the polling system, will be called at construction time.
init() - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketConnector
Initialize the polling system, will be called at construction time.
init() - 类 中的方法org.apache.mina.util.LazyInitializedCacheMap.NoopInitializer
 
init() - 类 中的方法org.apache.mina.util.LazyInitializer
Initializes the value.
initializeSession(IoSession, T) - 接口 中的方法org.apache.mina.core.session.IoSessionInitializer
 
initializeSession(IoSession, T) - 类 中的方法org.apache.mina.proxy.session.ProxyIoSessionInitializer
 
initiateHandshake(IoSession) - 类 中的方法org.apache.mina.filter.ssl.SslFilter
Initiate the SSL handshake.
initSession(IoSession, IoFuture, IoSessionInitializer) - 类 中的方法org.apache.mina.core.service.AbstractIoService
 
inputClosed(IoFilter.NextFilter, IoSession) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter
inputClosed(IoSession) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter.NextFilter
 
inputClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.core.filterchain.IoFilterAdapter
inputClosed(IoSession) - 接口 中的方法org.apache.mina.core.service.IoHandler
Handle the closure of an half-duplex TCP channel
inputClosed(IoSession) - 类 中的方法org.apache.mina.core.service.IoHandlerAdapter
Handle the closure of an half-duplex TCP channel
inputClosed(IoSession) - 接口 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandler
已过时。
Invoked when a half-duplex connection is closed
inputClosed(IoSession) - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
已过时。
 
inputClosed(IoSession) - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
已过时。
Handle the closure of an half-duplex TCP channel
inSubnet(InetAddress) - 类 中的方法org.apache.mina.filter.firewall.Subnet
Checks if the InetAddress is within this subnet
IntegerDecodingState - org.apache.mina.filter.codec.statemachine中的类
DecodingState which decodes int values in big-endian order (high bytes come first).
IntegerDecodingState() - 类 的构造器org.apache.mina.filter.codec.statemachine.IntegerDecodingState
 
IntegerEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into an Integer and vice versa.
IntegerEditor() - 类 的构造器org.apache.mina.integration.beans.IntegerEditor
 
intToNetworkByteOrder(int, int) - 类 中的静态方法org.apache.mina.proxy.utils.ByteUtilities
Encodes an integer into up to 4 bytes in network byte order.
intToNetworkByteOrder(int, byte[], int, int) - 类 中的静态方法org.apache.mina.proxy.utils.ByteUtilities
Encodes an integer into up to 4 bytes in network byte order in the supplied buffer starting at start offset and writing count bytes.
InvalidHaikuException - org.apache.mina.example.haiku中的异常错误
 
InvalidHaikuException(int, String, int, int) - 异常错误 的构造器org.apache.mina.example.haiku.InvalidHaikuException
 
IoAbsoluteReader - org.apache.mina.util.byteaccess中的接口
Provides absolute read access to a sequence of bytes.
IoAbsoluteWriter - org.apache.mina.util.byteaccess中的接口
Provides absolute write access to a sequence of bytes.
IoAcceptor - org.apache.mina.core.service中的接口
Accepts incoming connection, communicates with clients, and fires events to IoHandlers.
IoBuffer - org.apache.mina.core.buffer中的类
A byte buffer used by MINA applications.
IoBuffer() - 类 的构造器org.apache.mina.core.buffer.IoBuffer
Creates a new instance.
IoBufferAllocator - org.apache.mina.core.buffer中的接口
Allocates IoBuffers and manages them.
IoBufferDecoder - org.apache.mina.proxy.utils中的类
IoBufferDecoder.java - Handles an IoBuffer decoder which supports two methods : - dynamic delimiter decoding - fixed length content reading
IoBufferDecoder(byte[]) - 类 的构造器org.apache.mina.proxy.utils.IoBufferDecoder
Creates a new instance that uses specified delimiter byte array as a message delimiter.
IoBufferDecoder(int) - 类 的构造器org.apache.mina.proxy.utils.IoBufferDecoder
Creates a new instance that will read messages of contentLength bytes.
IoBufferDecoder.DecodingContext - org.apache.mina.proxy.utils中的类
The class holding the decoding context.
IoBufferDecoder.DecodingContext() - 类 的构造器org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
 
IoBufferLazyInitializer - org.apache.mina.filter.buffer中的类
An LazyInitializer implementation that initializes an IoBuffer only when needed.
IoBufferLazyInitializer(int) - 类 的构造器org.apache.mina.filter.buffer.IoBufferLazyInitializer
Constructor which sets allocated buffer size to bufferSize.
IoBufferWrapper - org.apache.mina.core.buffer中的类
A IoBuffer that wraps a buffer and proxies any operations to it.
IoBufferWrapper(IoBuffer) - 类 的构造器org.apache.mina.core.buffer.IoBufferWrapper
Create a new instance.
IoConnector - org.apache.mina.core.service中的接口
Connects to endpoint, communicates with the server, and fires events to IoHandlers.
IoEvent - org.apache.mina.core.session中的类
An I/O event or an I/O request that MINA provides.
IoEvent(IoEventType, IoSession, Object) - 类 的构造器org.apache.mina.core.session.IoEvent
 
IoEventQueueHandler - org.apache.mina.filter.executor中的接口
Listens and filters all event queue operations occurring in OrderedThreadPoolExecutor and UnorderedThreadPoolExecutor.
IoEventQueueThrottle - org.apache.mina.filter.executor中的类
Throttles incoming or outgoing events.
IoEventQueueThrottle() - 类 的构造器org.apache.mina.filter.executor.IoEventQueueThrottle
 
IoEventQueueThrottle(int) - 类 的构造器org.apache.mina.filter.executor.IoEventQueueThrottle
 
IoEventQueueThrottle(IoEventSizeEstimator, int) - 类 的构造器org.apache.mina.filter.executor.IoEventQueueThrottle
 
IoEventSizeEstimator - org.apache.mina.filter.executor中的接口
Estimates the amount of memory that the specified IoEvent occupies in the current JVM.
IoEventType - org.apache.mina.core.session中的枚举
An Enum that represents the type of I/O events and requests.
IoFilter - org.apache.mina.core.filterchain中的接口
A filter which intercepts IoHandler events like Servlet filters.
IoFilter.NextFilter - org.apache.mina.core.filterchain中的接口
Represents the next IoFilter in IoFilterChain.
IoFilterAdapter - org.apache.mina.core.filterchain中的类
An adapter class for IoFilter.
IoFilterAdapter() - 类 的构造器org.apache.mina.core.filterchain.IoFilterAdapter
 
IoFilterChain - org.apache.mina.core.filterchain中的接口
A container of IoFilters that forwards IoHandler events to the consisting filters and terminal IoHandler sequentially.
IoFilterChain.Entry - org.apache.mina.core.filterchain中的接口
Represents a name-filter pair that an IoFilterChain contains.
IoFilterChainBuilder - org.apache.mina.core.filterchain中的接口
An interface that builds IoFilterChain in predefined way when IoSession is created.
IoFilterEvent - org.apache.mina.core.filterchain中的类
An I/O event or an I/O request that MINA provides for IoFilters.
IoFilterEvent(IoFilter.NextFilter, IoEventType, IoSession, Object) - 类 的构造器org.apache.mina.core.filterchain.IoFilterEvent
 
IoFilterEvents - org.apache.mina.statemachine.event中的枚举
Defines all possible MINA IoFilter events for use in IoFilterTransition annotations.
IoFilterLifeCycleException - org.apache.mina.core.filterchain中的异常错误
IoFilterLifeCycleException() - 异常错误 的构造器org.apache.mina.core.filterchain.IoFilterLifeCycleException
 
IoFilterLifeCycleException(String) - 异常错误 的构造器org.apache.mina.core.filterchain.IoFilterLifeCycleException
 
IoFilterLifeCycleException(String, Throwable) - 异常错误 的构造器org.apache.mina.core.filterchain.IoFilterLifeCycleException
 
IoFilterLifeCycleException(Throwable) - 异常错误 的构造器org.apache.mina.core.filterchain.IoFilterLifeCycleException
 
IoFilterPropertyAccessor - org.apache.mina.integration.ognl中的类
An OGNL PropertyAccessor for IoFilter.
IoFilterPropertyAccessor() - 类 的构造器org.apache.mina.integration.ognl.IoFilterPropertyAccessor
 
IoFilterTransition - org.apache.mina.statemachine.annotation中的注释类型
Annotation used on methods to indicate that the method handles a specific kind of IoFilterEvents event when in a specific state.
IoFilterTransitions - org.apache.mina.statemachine.annotation中的注释类型
Annotation used to annotate a method with several IoFilterTransitions.
IoFuture - org.apache.mina.core.future中的接口
Represents the completion of an asynchronous I/O operation on an IoSession.
IoFutureListener<F extends IoFuture> - org.apache.mina.core.future中的接口
Something interested in being notified when the completion of an asynchronous I/O operation : IoFuture.
IoHandler - org.apache.mina.core.service中的接口
Handles all I/O events fired by MINA.
IoHandlerAdapter - org.apache.mina.core.service中的类
An adapter class for IoHandler.
IoHandlerAdapter() - 类 的构造器org.apache.mina.core.service.IoHandlerAdapter
 
IoHandlerChain - org.apache.mina.handler.chain中的类
A chain of IoHandlerCommands.
IoHandlerChain() - 类 的构造器org.apache.mina.handler.chain.IoHandlerChain
Creates a new, empty chain of IoHandlerCommands.
IoHandlerChain.Entry - org.apache.mina.handler.chain中的类
Represents a name-command pair that an IoHandlerChain contains.
IoHandlerCommand - org.apache.mina.handler.chain中的接口
A IoHandlerCommand encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by custom attributes provided by IoSession.
IoHandlerCommand.NextCommand - org.apache.mina.handler.chain中的接口
Represents an indirect reference to the next IoHandlerCommand of the IoHandlerChain.
IoHandlerEvents - org.apache.mina.statemachine.event中的枚举
Defines all possible MINA IoHandler events for use in IoHandlerTransition annotations.
IoHandlerTransition - org.apache.mina.statemachine.annotation中的注释类型
Annotation used on methods to indicate that the method handles a specific kind of IoHandlerEvents event when in a specific state.
IoHandlerTransitions - org.apache.mina.statemachine.annotation中的注释类型
Annotation used to annotate a method with several IoHandlerTransitions.
IoProcessor<S extends IoSession> - org.apache.mina.core.service中的接口
An internal interface to represent an 'I/O processor' that performs actual I/O operations for IoSessions.
IoRelativeReader - org.apache.mina.util.byteaccess中的接口
Provides relative read access to a sequence of bytes.
IoRelativeWriter - org.apache.mina.util.byteaccess中的接口
Provides relative read access to a sequence of bytes.
IoService - org.apache.mina.core.service中的接口
Base interface for all IoAcceptors and IoConnectors that provide I/O service and manage IoSessions.
IoServiceListener - org.apache.mina.core.service中的接口
Listens to events related to an IoService.
IoServiceListenerSupport - org.apache.mina.core.service中的类
A helper class which provides addition and removal of IoServiceListeners and firing events.
IoServiceListenerSupport(IoService) - 类 的构造器org.apache.mina.core.service.IoServiceListenerSupport
Creates a new instance of the listenerSupport.
IoServicePropertyAccessor - org.apache.mina.integration.ognl中的类
An OGNL PropertyAccessor for IoService.
IoServicePropertyAccessor() - 类 的构造器org.apache.mina.integration.ognl.IoServicePropertyAccessor
 
IoServiceStatistics - org.apache.mina.core.service中的类
Provides usage statistics for an AbstractIoService instance.
IoServiceStatistics(AbstractIoService) - 类 的构造器org.apache.mina.core.service.IoServiceStatistics
 
IoSession - org.apache.mina.core.session中的接口
A handle which represents connection between two end-points regardless of transport types.
IoSessionAttributeMap - org.apache.mina.core.session中的接口
Stores the user-defined attributes which is provided per IoSession.
IoSessionConfig - org.apache.mina.core.session中的接口
The configuration of IoSession.
IoSessionDataStructureFactory - org.apache.mina.core.session中的接口
Provides data structures to a newly created session.
IoSessionEvent - org.apache.mina.proxy.event中的类
IoSessionEvent.java - Wrapper Class for enqueued events.
IoSessionEvent(IoFilter.NextFilter, IoSession, IoSessionEventType) - 类 的构造器org.apache.mina.proxy.event.IoSessionEvent
Creates an instance of this class when event type differs from IoSessionEventType.IDLE.
IoSessionEvent(IoFilter.NextFilter, IoSession, IdleStatus) - 类 的构造器org.apache.mina.proxy.event.IoSessionEvent
Creates an instance of this class when event type is IoSessionEventType.IDLE.
IoSessionEventQueue - org.apache.mina.proxy.event中的类
IoSessionEventQueue.java - Queue that contains filtered session events while handshake isn't done.
IoSessionEventQueue(ProxyIoSession) - 类 的构造器org.apache.mina.proxy.event.IoSessionEventQueue
 
IoSessionEventType - org.apache.mina.proxy.event中的枚举
IoSessionEventType.java - Enumerates session event types.
IoSessionFinder - org.apache.mina.integration.ognl中的类
Finds IoSessions that match a boolean OGNL expression.
IoSessionFinder(String) - 类 的构造器org.apache.mina.integration.ognl.IoSessionFinder
Creates a new instance with the specified OGNL expression that returns a boolean value (e.g.
IoSessionInitializationException - org.apache.mina.core.session中的异常错误
A RuntimeException that is thrown when the initialization of an IoSession fails.
IoSessionInitializationException() - 异常错误 的构造器org.apache.mina.core.session.IoSessionInitializationException
 
IoSessionInitializationException(String, Throwable) - 异常错误 的构造器org.apache.mina.core.session.IoSessionInitializationException
 
IoSessionInitializationException(String) - 异常错误 的构造器org.apache.mina.core.session.IoSessionInitializationException
 
IoSessionInitializationException(Throwable) - 异常错误 的构造器org.apache.mina.core.session.IoSessionInitializationException
 
IoSessionInitializer<T extends IoFuture> - org.apache.mina.core.session中的接口
Defines a callback for obtaining the IoSession during session initialization.
IoSessionPropertyAccessor - org.apache.mina.integration.ognl中的类
An OGNL PropertyAccessor for IoSession.
IoSessionPropertyAccessor() - 类 的构造器org.apache.mina.integration.ognl.IoSessionPropertyAccessor
 
IoSessionRecycler - org.apache.mina.core.session中的接口
A connectionless transport can recycle existing sessions by assigning an IoSessionRecycler to an IoService.
IoSessionStateContextLookup - org.apache.mina.statemachine.context中的类
MINA specific StateContextLookup which uses an IoSession attribute to store the StateContextLookup.
IoSessionStateContextLookup() - 类 的构造器org.apache.mina.statemachine.context.IoSessionStateContextLookup
Creates a new instance using a DefaultStateContextFactory to create StateContext objects for new IoSessions.
IoSessionStateContextLookup(String) - 类 的构造器org.apache.mina.statemachine.context.IoSessionStateContextLookup
Creates a new instance using a DefaultStateContextFactory to create StateContext objects for new IoSessions.
IoSessionStateContextLookup(StateContextFactory) - 类 的构造器org.apache.mina.statemachine.context.IoSessionStateContextLookup
Creates a new instance using the specified StateContextFactory to create StateContext objects for new IoSessions.
IoSessionStateContextLookup(StateContextFactory, String) - 类 的构造器org.apache.mina.statemachine.context.IoSessionStateContextLookup
Creates a new instance using the specified StateContextFactory to create StateContext objects for new IoSessions.
IoUtil - org.apache.mina.core中的类
A utility class that provides various convenience methods related with IoSession and IoFuture.
IPV4_ADDRESS_TYPE - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
SOCKS v5 address types.
IPV6_ADDRESS_TYPE - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
 
isActive() - 类 中的方法org.apache.mina.core.service.AbstractIoService
isActive() - 接口 中的方法org.apache.mina.core.service.IoService
 
isActive() - 类 中的方法org.apache.mina.core.service.IoServiceListenerSupport
 
isActive() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
isActive() - 接口 中的方法org.apache.mina.core.session.IoSession
 
isActive() - 类 中的方法org.apache.mina.transport.socket.nio.NioSession
isArrayByteBase64(byte[]) - 类 中的静态方法org.apache.mina.util.Base64
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
isAuthenticationFailed() - 类 中的方法org.apache.mina.proxy.session.ProxyIoSession
 
isAutoExpand() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
isAutoExpand() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
isAutoExpand() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
isAutoShrink() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
isAutoShrink() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
isAutoShrink() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
isBothIdle() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
isBothIdle() - 接口 中的方法org.apache.mina.core.session.IoSession
 
isBroadcast() - 接口 中的方法org.apache.mina.transport.socket.DatagramSessionConfig
 
isBroadcast() - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
 
isBroadcastChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractDatagramSessionConfig
 
isBroadcastChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
 
isBrokenConnection() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Check that the select() has not exited immediately just because of a broken connection.
isBrokenConnection() - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
Check that the select() has not exited immediately just because of a broken connection.
isBrokenConnection() - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
Check that the select() has not exited immediately just because of a broken connection.
isCanceled() - 接口 中的方法org.apache.mina.core.future.ConnectFuture
 
isCanceled() - 类 中的方法org.apache.mina.core.future.DefaultConnectFuture
isCancelled() - 类 中的方法org.apache.mina.example.chat.client.ConnectDialog
 
isChatUser(String) - 类 中的方法org.apache.mina.example.chat.ChatProtocolHandler
 
isClosed() - 接口 中的方法org.apache.mina.core.future.CloseFuture
 
isClosed() - 类 中的方法org.apache.mina.core.future.DefaultCloseFuture
isClosed() - 类 中的方法org.apache.mina.core.future.DefaultReadFuture
isClosed() - 接口 中的方法org.apache.mina.core.future.ReadFuture
 
isCloseOnDeactivation() - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
Returns true if and only if all clients are closed when this acceptor unbinds from all the related local address (i.e. when the service is deactivated).
isCloseOnDeactivation() - 接口 中的方法org.apache.mina.core.service.IoAcceptor
Returns true if and only if all clients are closed when this acceptor unbinds from all the related local address (i.e. when the service is deactivated).
isCloseOnPortUnreachable() - 类 中的方法org.apache.mina.transport.socket.AbstractDatagramSessionConfig
If method returns true, it means session should be closed when a PortUnreachableException occurs.
isCloseOnPortUnreachable() - 接口 中的方法org.apache.mina.transport.socket.DatagramSessionConfig
If method returns true, it means session should be closed when a PortUnreachableException occurs.
isClosing() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
isClosing() - 接口 中的方法org.apache.mina.core.session.IoSession
 
isCompressInbound() - 类 中的方法org.apache.mina.filter.compression.CompressionFilter
 
isCompressOutbound() - 类 中的方法org.apache.mina.filter.compression.CompressionFilter
 
isConnected() - 接口 中的方法org.apache.mina.core.future.ConnectFuture
 
isConnected() - 类 中的方法org.apache.mina.core.future.DefaultConnectFuture
isConnected() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
isConnected() - 接口 中的方法org.apache.mina.core.session.IoSession
 
isConnected() - 类 中的方法org.apache.mina.example.imagine.step1.client.ImageClient
 
isConnectionless() - 类 中的方法org.apache.mina.core.service.DefaultTransportMetadata
 
isConnectionless() - 接口 中的方法org.apache.mina.core.service.TransportMetadata
 
isConnectionOk(IoSession) - 类 中的方法org.apache.mina.filter.firewall.ConnectionThrottleFilter
Method responsible for deciding if a connection is OK to continue
isDerived() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
isDerived() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
isDerived() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
isDirect() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
isDirect() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
isDirect() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
isDisposed() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
isDisposed() - 类 中的方法org.apache.mina.core.service.AbstractIoService
isDisposed() - 接口 中的方法org.apache.mina.core.service.IoProcessor
 
isDisposed() - 接口 中的方法org.apache.mina.core.service.IoService
 
isDisposed() - 类 中的方法org.apache.mina.core.service.SimpleIoProcessorPool
isDisposing() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
isDisposing() - 类 中的方法org.apache.mina.core.service.AbstractIoService
isDisposing() - 接口 中的方法org.apache.mina.core.service.IoProcessor
 
isDisposing() - 接口 中的方法org.apache.mina.core.service.IoService
 
isDisposing() - 类 中的方法org.apache.mina.core.service.SimpleIoProcessorPool
isDone() - 类 中的方法org.apache.mina.core.future.DefaultIoFuture
isDone() - 接口 中的方法org.apache.mina.core.future.IoFuture
 
isDone() - 类 中的方法org.apache.mina.core.service.AbstractIoService.ServiceOperationFuture
 
isDTR() - 接口 中的方法org.apache.mina.transport.serial.SerialSession
 
isEmpty(IoSession) - 接口 中的方法org.apache.mina.core.write.WriteRequestQueue
Tells if the WriteRequest queue is empty or not for a session
isEmpty() - 类 中的方法org.apache.mina.util.CircularQueue
 
isEmpty() - 类 中的方法org.apache.mina.util.CopyOnWriteMap
 
isEmpty() - 类 中的方法org.apache.mina.util.ExpiringMap
 
isEmpty() - 类 中的方法org.apache.mina.util.LazyInitializedCacheMap
isEmpty() - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
isEncoded() - 类 中的方法org.apache.mina.core.write.DefaultWriteRequest
 
isEncoded() - 接口 中的方法org.apache.mina.core.write.WriteRequest
Tells if the current message has been encoded
isEncoded() - 类 中的方法org.apache.mina.core.write.WriteRequestWrapper
Tells if the current message has been encoded
isFinished() - 类 中的方法org.apache.mina.example.sumup.ClientSessionHandler
 
isFlagSet(int, int) - 类 中的静态方法org.apache.mina.proxy.utils.ByteUtilities
Returns true if the flag testFlag is set in the flags flagset.
isForwardEvent() - 类 中的方法org.apache.mina.filter.keepalive.KeepAliveFilter
 
isHandshakeComplete() - 类 中的方法org.apache.mina.proxy.AbstractProxyLogicHandler
 
isHandshakeComplete() - 接口 中的方法org.apache.mina.proxy.ProxyLogicHandler
Tests if handshake process is complete.
isIdle(IdleStatus) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
isIdle(IdleStatus) - 接口 中的方法org.apache.mina.core.session.IoSession
 
isInterestedInRead(S) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Tells if this session is registered for reading
isInterestedInRead(AprSession) - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
Tells if this session is registered for reading
isInterestedInRead(NioSession) - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
 
isInterestedInWrite(S) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Tells if this session is registered for writing
isInterestedInWrite(AprSession) - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
Tells if this session is registered for writing
isInterestedInWrite(NioSession) - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
 
isKeepAlive() - 类 中的方法org.apache.mina.http.api.DefaultHttpResponse
 
isKeepAlive() - 接口 中的方法org.apache.mina.http.api.HttpMessage
 
isKeepAlive() - 类 中的方法org.apache.mina.http.HttpRequestImpl
 
isKeepAlive() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isKeepAlive() - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
 
isKeepAliveChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractSocketSessionConfig
 
isKeepAliveChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isLowLatency() - 接口 中的方法org.apache.mina.transport.serial.SerialSessionConfig
Is the low latency mode is enabled.
isLws(byte) - 类 中的静态方法org.apache.mina.proxy.utils.StringUtilities
Is character a linear white space ?
isManipulateReads() - 类 中的方法org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
 
isManipulateWrites() - 类 中的方法org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
 
isNeedClientAuth() - 类 中的方法org.apache.mina.filter.ssl.SslFilter
 
isOk() - 类 中的方法org.apache.mina.example.sumup.message.ResultMessage
 
isOobInline() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isOobInline() - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
 
isOobInlineChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractSocketSessionConfig
 
isOobInlineChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isRead() - 类 中的方法org.apache.mina.core.future.DefaultReadFuture
isRead() - 接口 中的方法org.apache.mina.core.future.ReadFuture
 
isReadable(S) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Tells if the session ready for reading
isReadable(AprSession) - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
Tells if the session ready for reading
isReadable(DatagramChannel) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
 
isReadable(NioSession) - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
 
isReaderIdle() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
isReaderIdle() - 接口 中的方法org.apache.mina.core.session.IoSession
 
isReadOnly() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
isReadOnly() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
isReadOnly() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
isReadSuspended() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Is read operation is suspended for this session.
isReadSuspended() - 接口 中的方法org.apache.mina.core.session.IoSession
Is read operation is suspended for this session.
isReceiveBufferSizeChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractDatagramSessionConfig
 
isReceiveBufferSizeChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractSocketSessionConfig
 
isReceiveBufferSizeChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
 
isReceiveBufferSizeChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isReconnectionNeeded() - 类 中的方法org.apache.mina.proxy.session.ProxyIoSession
 
isRequest(IoSession, Object) - 接口 中的方法org.apache.mina.filter.keepalive.KeepAliveMessageFactory
 
isResponse(IoSession, Object) - 接口 中的方法org.apache.mina.filter.keepalive.KeepAliveMessageFactory
 
isReuseAddress() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
 
isReuseAddress() - 接口 中的方法org.apache.mina.transport.socket.DatagramSessionConfig
 
isReuseAddress() - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
 
isReuseAddress() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isReuseAddress() - 接口 中的方法org.apache.mina.transport.socket.SocketAcceptor
 
isReuseAddress() - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
 
isReuseAddressChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractDatagramSessionConfig
 
isReuseAddressChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractSocketSessionConfig
 
isReuseAddressChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
 
isReuseAddressChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isRTS() - 接口 中的方法org.apache.mina.transport.serial.SerialSession
 
isRunning() - 类 中的方法org.apache.mina.util.ExpiringMap.Expirer
Checks to see if the thread is running
isScheduledForFlush() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Tells if the session is scheduled for flushed
isSecured() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
isSecured() - 接口 中的方法org.apache.mina.core.session.IoSession
 
isSelectorEmpty() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Say if the list of IoSession polled by this IoProcessor is empty
isSelectorEmpty() - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
Say if the list of IoSession polled by this IoProcessor is empty
isSelectorEmpty() - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
 
isSendBufferSizeChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractDatagramSessionConfig
 
isSendBufferSizeChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractSocketSessionConfig
 
isSendBufferSizeChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
 
isSendBufferSizeChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isShutdown() - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
isShutdown() - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
isSoLingerChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractSocketSessionConfig
 
isSoLingerChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isSslEnabled() - 类 中的静态方法org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
 
isSslEnabled() - 类 中的静态方法org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
isSslStarted(IoSession) - 类 中的方法org.apache.mina.filter.ssl.SslFilter
 
isTcpNoDelay() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isTcpNoDelay() - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
 
isTcpNoDelayChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractSocketSessionConfig
 
isTcpNoDelayChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isTerminated() - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
isTerminated() - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
isTerminating() - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
isTerminating() - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
isTerminator(byte) - 类 中的方法org.apache.mina.filter.codec.statemachine.ConsumeToDynamicTerminatorDecodingState
Determines whether the specified byte is a terminator.
isTerminator(byte) - 类 中的方法org.apache.mina.filter.codec.statemachine.ConsumeToLinearWhitespaceDecodingState
 
isTrafficClassChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractDatagramSessionConfig
 
isTrafficClassChanged() - 类 中的方法org.apache.mina.transport.socket.AbstractSocketSessionConfig
 
isTrafficClassChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
 
isTrafficClassChanged() - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
isUseClientMode() - 类 中的方法org.apache.mina.filter.ssl.SslFilter
 
isUseDirectBuffer() - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
 
isUseReadOperation() - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
isUseReadOperation() - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
 
isUseSsl() - 类 中的方法org.apache.mina.example.chat.client.ConnectDialog
 
isWantClientAuth() - 类 中的方法org.apache.mina.filter.ssl.SslFilter
 
isWritable(S) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Tells if the session ready for writing
isWritable(AprSession) - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
Tells if the session ready for writing
isWritable(DatagramChannel) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
 
isWritable(NioSession) - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
 
isWriterIdle() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
isWriterIdle() - 接口 中的方法org.apache.mina.core.session.IoSession
 
isWriteSuspended() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Is write operation is suspended for this session.
isWriteSuspended() - 接口 中的方法org.apache.mina.core.session.IoSession
Is write operation is suspended for this session.
isWritten() - 类 中的方法org.apache.mina.core.future.DefaultWriteFuture
isWritten() - 接口 中的方法org.apache.mina.core.future.WriteFuture
 
iterator() - 类 中的方法org.apache.mina.util.MapBackedSet
 
iterator() - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
A B C D E F G H I J K L M N O P Q R S T U V W 
MINA 2.0.13(build 2016/02/28)

Copyright © 2016 即时通讯网(52im.net) - 即时通讯开发者社区. All rights reserved.