- 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中的类
-
- 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中的类
-
- ImageClient(String, int, ImageListener) - 类 的构造器org.apache.mina.example.imagine.step1.client.ImageClient
-
- ImageCodecFactory - org.apache.mina.example.imagine.step1.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中的类
-
- ImageRequestDecoder() - 类 的构造器org.apache.mina.example.imagine.step1.codec.ImageRequestDecoder
-
- ImageRequestEncoder - org.apache.mina.example.imagine.step1.codec中的类
-
- ImageRequestEncoder() - 类 的构造器org.apache.mina.example.imagine.step1.codec.ImageRequestEncoder
-
- ImageResponse - org.apache.mina.example.imagine.step1中的类
-
- ImageResponse(BufferedImage, BufferedImage) - 类 的构造器org.apache.mina.example.imagine.step1.ImageResponse
-
- ImageResponseDecoder - org.apache.mina.example.imagine.step1.codec中的类
-
- ImageResponseDecoder() - 类 的构造器org.apache.mina.example.imagine.step1.codec.ImageResponseDecoder
-
- ImageResponseEncoder - org.apache.mina.example.imagine.step1.codec中的类
-
- 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中的类
-
- ImageServerIoHandler() - 类 的构造器org.apache.mina.example.imagine.step1.server.ImageServerIoHandler
-
- ImageServerIoHandler - org.apache.mina.example.imagine.step3.server中的类
-
- 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
-
- init() - 类 中的方法org.apache.mina.core.filterchain.IoFilterAdapter
-
- 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
IoHandler
s.
- 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中的接口
-
- 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中的类
-
- 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
IoHandler
s.
- 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中的接口
-
- 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中的接口
-
- IoFilterAdapter - org.apache.mina.core.filterchain中的类
-
- IoFilterAdapter() - 类 的构造器org.apache.mina.core.filterchain.IoFilterAdapter
-
- IoFilterChain - org.apache.mina.core.filterchain中的接口
-
- IoFilterChain.Entry - org.apache.mina.core.filterchain中的接口
-
- IoFilterChainBuilder - org.apache.mina.core.filterchain中的接口
-
- IoFilterEvent - org.apache.mina.core.filterchain中的类
-
An I/O event or an I/O request that MINA provides for
IoFilter
s.
- IoFilterEvent(IoFilter.NextFilter, IoEventType, IoSession, Object) - 类 的构造器org.apache.mina.core.filterchain.IoFilterEvent
-
- IoFilterEvents - org.apache.mina.statemachine.event中的枚举
-
- 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中的类
-
- 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中的注释类型
-
- 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中的类
-
- IoHandlerAdapter() - 类 的构造器org.apache.mina.core.service.IoHandlerAdapter
-
- IoHandlerChain - org.apache.mina.handler.chain中的类
-
- IoHandlerChain() - 类 的构造器org.apache.mina.handler.chain.IoHandlerChain
-
- IoHandlerChain.Entry - org.apache.mina.handler.chain中的类
-
- 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中的接口
-
- IoHandlerEvents - org.apache.mina.statemachine.event中的枚举
-
- 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中的注释类型
-
- 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
IoSession
s.
- 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中的接口
-
- IoServiceListener - org.apache.mina.core.service中的接口
-
- IoServiceListenerSupport - org.apache.mina.core.service中的类
-
A helper class which provides addition and removal of
IoServiceListener
s and firing
events.
- IoServiceListenerSupport(IoService) - 类 的构造器org.apache.mina.core.service.IoServiceListenerSupport
-
Creates a new instance of the listenerSupport.
- IoServicePropertyAccessor - org.apache.mina.integration.ognl中的类
-
- IoServicePropertyAccessor() - 类 的构造器org.apache.mina.integration.ognl.IoServicePropertyAccessor
-
- IoServiceStatistics - org.apache.mina.core.service中的类
-
- 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中的接口
-
- 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
-
- IoSessionEvent(IoFilter.NextFilter, IoSession, IdleStatus) - 类 的构造器org.apache.mina.proxy.event.IoSessionEvent
-
- 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
IoSession
s 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中的类
-
- IoSessionPropertyAccessor() - 类 的构造器org.apache.mina.integration.ognl.IoSessionPropertyAccessor
-
- IoSessionRecycler - org.apache.mina.core.session中的接口
-
- IoSessionStateContextLookup - org.apache.mina.statemachine.context中的类
-
- IoSessionStateContextLookup() - 类 的构造器org.apache.mina.statemachine.context.IoSessionStateContextLookup
-
- IoSessionStateContextLookup(String) - 类 的构造器org.apache.mina.statemachine.context.IoSessionStateContextLookup
-
- IoSessionStateContextLookup(StateContextFactory) - 类 的构造器org.apache.mina.statemachine.context.IoSessionStateContextLookup
-
- IoSessionStateContextLookup(StateContextFactory, String) - 类 的构造器org.apache.mina.statemachine.context.IoSessionStateContextLookup
-
- 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
-
- isSelectorEmpty() - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
-
- 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
-