- IdentityHashSet<E> - org.apache.mina.util中的类
-
An IdentityHashMap
-backed Set
.
- IdentityHashSet() - 类 的构造器org.apache.mina.util.IdentityHashSet
-
- IdentityHashSet(Collection<E>) - 类 的构造器org.apache.mina.util.IdentityHashSet
-
- IDLE - 类 中的静态变量org.apache.mina.filter.executor.ExecutorFilter.EventType
-
- IdleStatus - org.apache.mina.common中的类
-
- increaseIdleCount(IdleStatus) - 类 中的方法org.apache.mina.common.support.BaseIoSession
-
- increaseReadBytes(int) - 类 中的方法org.apache.mina.common.support.BaseIoSession
-
- increaseReadMessages() - 类 中的方法org.apache.mina.common.support.BaseIoSession
-
- increaseScheduledWriteBytes(int) - 类 中的方法org.apache.mina.common.support.BaseIoSession
-
- increaseScheduledWriteRequests() - 类 中的方法org.apache.mina.common.support.BaseIoSession
-
- increaseWrittenBytes(int) - 类 中的方法org.apache.mina.common.support.BaseIoSession
-
- increaseWrittenMessages() - 类 中的方法org.apache.mina.common.support.BaseIoSession
-
- InetAddressEditor - org.apache.mina.integration.spring中的类
-
Java Bean PropertyEditor
which converts Strings into
InetAddress
objects.
- InetAddressEditor() - 类 的构造器org.apache.mina.integration.spring.InetAddressEditor
-
- InetSocketAddressEditor - org.apache.mina.integration.spring中的类
-
Java Bean PropertyEditor
which converts Strings into
InetSocketAddress
objects.
- InetSocketAddressEditor() - 类 的构造器org.apache.mina.integration.spring.InetSocketAddressEditor
-
- inflate(ByteBuffer) - 类 中的方法org.apache.mina.filter.support.Zlib
-
- info(IoSession, String) - 类 中的静态方法org.apache.mina.util.SessionLog
-
- info(IoSession, String, Throwable) - 类 中的静态方法org.apache.mina.util.SessionLog
-
- init() - 接口 中的方法org.apache.mina.common.IoFilter
-
- init() - 类 中的方法org.apache.mina.common.IoFilterAdapter
-
- init(IoAcceptor) - 类 中的方法org.apache.mina.common.support.DelegatedIoAcceptor
-
Sets the delegate.
- init(IoConnector) - 类 中的方法org.apache.mina.common.support.DelegatedIoConnector
-
Sets the delegate.
- init() - 类 中的方法org.apache.mina.filter.ReferenceCountingIoFilter
-
- init() - 类 中的方法org.apache.mina.filter.support.SSLHandler
-
- INITIAL_WRITE_FUTURE - 类 中的静态变量org.apache.mina.filter.StreamWriteFilter
-
- initialize(IoSession) - 类 中的静态方法org.apache.mina.util.SessionUtil
-
- InvalidHaikuException - org.apache.mina.example.haiku中的异常错误
-
- InvalidHaikuException(int, String, int, int) - 异常错误 的构造器org.apache.mina.example.haiku.InvalidHaikuException
-
- IoAcceptor - org.apache.mina.common中的接口
-
Accepts incoming connection, communicates with clients, and fires events to
IoHandler
s.
- IoAcceptorConfig - org.apache.mina.common中的接口
-
A configuration which is used to configure
IoAcceptor
.
- IoAcceptorFactoryBean - org.apache.mina.integration.spring中的类
-
Spring
FactoryBean
which enables the bindings of an
IoAcceptor
to be configured using Spring.
- IoAcceptorFactoryBean() - 类 的构造器org.apache.mina.integration.spring.IoAcceptorFactoryBean
-
- IoConnector - org.apache.mina.common中的接口
-
Connects to endpoint, communicates with the server, and fires events to
IoHandler
s.
- IoConnectorConfig - org.apache.mina.common中的接口
-
A configuration which is used to configure
IoConnector
.
- IoFilter - org.apache.mina.common中的接口
-
A filter which intercepts
IoHandler
events like Servlet
filters.
- IoFilter.NextFilter - org.apache.mina.common中的接口
-
- IoFilter.WriteRequest - org.apache.mina.common中的类
-
- IoFilter.WriteRequest(Object) - 类 的构造器org.apache.mina.common.IoFilter.WriteRequest
-
- IoFilter.WriteRequest(Object, WriteFuture) - 类 的构造器org.apache.mina.common.IoFilter.WriteRequest
-
- IoFilter.WriteRequest(Object, WriteFuture, SocketAddress) - 类 的构造器org.apache.mina.common.IoFilter.WriteRequest
-
Creates a new instance.
- IoFilterAdapter - org.apache.mina.common中的类
-
- IoFilterAdapter() - 类 的构造器org.apache.mina.common.IoFilterAdapter
-
- IoFilterChain - org.apache.mina.common中的接口
-
- IoFilterChain.Entry - org.apache.mina.common中的接口
-
- IoFilterChainBuilder - org.apache.mina.common中的接口
-
- IoFilterLifeCycleException - org.apache.mina.common中的异常错误
-
- IoFilterLifeCycleException() - 异常错误 的构造器org.apache.mina.common.IoFilterLifeCycleException
-
- IoFilterLifeCycleException(String) - 异常错误 的构造器org.apache.mina.common.IoFilterLifeCycleException
-
- IoFilterLifeCycleException(String, Throwable) - 异常错误 的构造器org.apache.mina.common.IoFilterLifeCycleException
-
- IoFilterLifeCycleException(Throwable) - 异常错误 的构造器org.apache.mina.common.IoFilterLifeCycleException
-
- IoFilterMapping - org.apache.mina.integration.spring中的类
-
- IoFilterMapping() - 类 的构造器org.apache.mina.integration.spring.IoFilterMapping
-
Creates a new empty instance.
- IoFilterMapping(String, IoFilter) - 类 的构造器org.apache.mina.integration.spring.IoFilterMapping
-
Creates a new instance using the specified name and filter.
- IoFuture - org.apache.mina.common中的接口
-
Represents the result of an ashynchronous I/O operation.
- IoFutureListener - org.apache.mina.common中的接口
-
Something interested in being notified when the result
of an
IoFuture
becomes available.
- IoHandler - org.apache.mina.common中的接口
-
Handles all I/O events fired by MINA.
- IoHandlerAdapter - org.apache.mina.common中的类
-
- IoHandlerAdapter() - 类 的构造器org.apache.mina.common.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中的接口
-
- IoService - org.apache.mina.common中的接口
-
- IoServiceConfig - org.apache.mina.common中的接口
-
A configuration which is used to configure
IoService
.
- IoServiceListener - org.apache.mina.common中的接口
-
Something interested in being notified when the result
of an
IoFuture
becomes available.
- IoServiceListenerSupport - org.apache.mina.common.support中的类
-
A helper which provides addition and removal of
IoServiceListener
s and firing
events.
- IoServiceListenerSupport() - 类 的构造器org.apache.mina.common.support.IoServiceListenerSupport
-
Creates a new instance.
- IoServiceManager - org.apache.mina.integration.jmx中的类
-
- IoServiceManager(IoService) - 类 的构造器org.apache.mina.integration.jmx.IoServiceManager
-
- IoServiceManagerMBean - org.apache.mina.integration.jmx中的接口
-
- IoSession - org.apache.mina.common中的接口
-
A handle which represents connection between two endpoints regardless of
transport types.
- IoSessionConfig - org.apache.mina.common中的接口
-
- IoSessionInputStream - org.apache.mina.handler.support中的类
-
- IoSessionInputStream() - 类 的构造器org.apache.mina.handler.support.IoSessionInputStream
-
- IoSessionManager - org.apache.mina.integration.jmx中的类
-
- IoSessionManager(IoSession) - 类 的构造器org.apache.mina.integration.jmx.IoSessionManager
-
create the session manager
- IoSessionManagerMBean - org.apache.mina.integration.jmx中的接口
-
MBean interface for the session manager, it's used for instrumenting IoSession
- IoSessionOutputStream - org.apache.mina.handler.support中的类
-
An
OutputStream
that forwards all write operations to
the associated
IoSession
.
- IoSessionOutputStream(IoSession) - 类 的构造器org.apache.mina.handler.support.IoSessionOutputStream
-
- IoSessionRecycler - org.apache.mina.common中的接口
-
A connectionless transport can recycle existing sessions by assigning an
IoSessionRecyler to its
IoServiceConfig
.
- IoSessionStat - org.apache.mina.management中的类
-
The collected stats for a session.
- IoSessionStat() - 类 的构造器org.apache.mina.management.IoSessionStat
-
- isAutoExpand() - 类 中的方法org.apache.mina.common.ByteBuffer
-
Returns true if and only if autoExpand is turned on.
- isAutoExpand() - 类 中的方法org.apache.mina.common.ByteBufferProxy
-
- isAutoExpand() - 类 中的方法org.apache.mina.common.support.BaseByteBuffer
-
- isBroadcast() - 接口 中的方法org.apache.mina.transport.socket.nio.DatagramSessionConfig
-
- isBroadcast() - 类 中的方法org.apache.mina.transport.socket.nio.support.DatagramSessionConfigImpl
-
- isCancelled() - 类 中的方法org.apache.mina.example.chat.client.ConnectDialog
-
- isChatUser(String) - 类 中的方法org.apache.mina.example.chat.ChatProtocolHandler
-
- isClosed() - 接口 中的方法org.apache.mina.common.CloseFuture
-
Returns true if the close request is finished and the session is closed.
- isClosed() - 类 中的方法org.apache.mina.common.support.DefaultCloseFuture
-
- isClosing() - 接口 中的方法org.apache.mina.common.IoSession
-
Returns true if and only if this session is being closed
(but not disconnected yet) or is closed.
- isClosing() - 类 中的方法org.apache.mina.common.support.BaseIoSession
-
- isCompressInbound() - 类 中的方法org.apache.mina.filter.CompressionFilter
-
Returns true if incoming data is being compressed.
- isCompressOutbound() - 类 中的方法org.apache.mina.filter.CompressionFilter
-
Returns true if the filter is compressing data being written.
- isConnected() - 接口 中的方法org.apache.mina.common.ConnectFuture
-
Returns true if the connect operation is finished successfully.
- isConnected() - 接口 中的方法org.apache.mina.common.IoSession
-
Returns true
if this session is connected with remote peer.
- isConnected() - 类 中的方法org.apache.mina.common.support.BaseIoSession
-
- isConnected() - 类 中的方法org.apache.mina.common.support.DefaultConnectFuture
-
- isConnected() - 类 中的方法org.apache.mina.integration.jmx.IoSessionManager
-
- isConnected() - 接口 中的方法org.apache.mina.integration.jmx.IoSessionManagerMBean
-
is the session is connected
- isConnectionless() - 类 中的方法org.apache.mina.common.TransportType
-
Returns true
if the session of this transport type is
connectionless.
- isDebugEnabled(IoSession) - 类 中的静态方法org.apache.mina.util.SessionLog
-
- isDirect() - 类 中的方法org.apache.mina.common.ByteBuffer
-
- isDirect() - 类 中的方法org.apache.mina.common.ByteBufferProxy
-
- isDirect() - 类 中的方法org.apache.mina.common.support.BaseByteBuffer
-
- isDisconnectOnUnbind() - 接口 中的方法org.apache.mina.common.IoAcceptorConfig
-
Returns true if and only if all clients are disconnected
when this acceptor unbinds the related local address.
- isDisconnectOnUnbind() - 类 中的方法org.apache.mina.common.support.BaseIoAcceptorConfig
-
- isEmpty() - 类 中的方法org.apache.mina.util.ExpiringMap
-
- isEmpty() - 类 中的方法org.apache.mina.util.ExpiringStack
-
Returns true
if the stack is empty.
- isEmpty() - 类 中的方法org.apache.mina.util.Stack
-
Returns true
if the stack is empty.
- isErrorEnabled(IoSession) - 类 中的静态方法org.apache.mina.util.SessionLog
-
- isFinished() - 类 中的方法org.apache.mina.example.sumup.ClientSessionHandler
-
- isGetTrafficClassAvailable() - 类 中的静态方法org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
-
- isGetTrafficClassAvailable() - 类 中的静态方法org.apache.mina.transport.socket.nio.support.DatagramSessionConfigImpl
-
- isHandshakeComplete() - 类 中的方法org.apache.mina.filter.support.SSLHandler
-
Check if handshake is completed.
- isIdle(IdleStatus) - 接口 中的方法org.apache.mina.common.IoSession
-
Returns
true
if this session is idle for the specified
IdleStatus
.
- isIdle(IdleStatus) - 类 中的方法org.apache.mina.common.support.BaseIoSession
-
- isInboundDone() - 类 中的方法org.apache.mina.filter.support.SSLHandler
-
- isInfoEnabled(IoSession) - 类 中的静态方法org.apache.mina.util.SessionLog
-
- isKeepAlive() - 接口 中的方法org.apache.mina.transport.socket.nio.SocketSessionConfig
-
- isKeepAlive() - 类 中的方法org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
-
- isManaged(SocketAddress) - 接口 中的方法org.apache.mina.common.IoService
-
Returns true if this service is managing the specified serviceAddress.
- isManaged(SocketAddress) - 类 中的方法org.apache.mina.common.support.BaseIoService
-
- isManaged(SocketAddress) - 类 中的方法org.apache.mina.common.support.DelegatedIoAcceptor
-
- isManaged(SocketAddress) - 类 中的方法org.apache.mina.common.support.DelegatedIoConnector
-
- isManaged(SocketAddress) - 类 中的方法org.apache.mina.common.support.IoServiceListenerSupport
-
- isNeedClientAuth() - 类 中的方法org.apache.mina.filter.SSLFilter
-
Returns true if the engine will require client authentication.
- isOk() - 类 中的方法org.apache.mina.example.sumup.message.ResultMessage
-
- isOobInline() - 接口 中的方法org.apache.mina.transport.socket.nio.SocketSessionConfig
-
- isOobInline() - 类 中的方法org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
-
- isOutboundDone() - 类 中的方法org.apache.mina.filter.support.SSLHandler
-
- isPooled() - 类 中的方法org.apache.mina.common.ByteBuffer
-
Returns true if and only if this buffer is returned back
to the buffer pool when released.
- isPooled() - 类 中的方法org.apache.mina.common.ByteBufferProxy
-
- isReadable() - 类 中的方法org.apache.mina.common.TrafficMask
-
Returns true if this mask allows a read operation.
- isReadOnly() - 类 中的方法org.apache.mina.common.ByteBuffer
-
- isReadOnly() - 类 中的方法org.apache.mina.common.ByteBufferProxy
-
- isReadOnly() - 类 中的方法org.apache.mina.common.support.BaseByteBuffer
-
- isReady() - 接口 中的方法org.apache.mina.common.IoFuture
-
Returns if the asynchronous operation is finished.
- isReady() - 类 中的方法org.apache.mina.common.support.DefaultIoFuture
-
- isReuseAddress() - 接口 中的方法org.apache.mina.transport.socket.nio.DatagramSessionConfig
-
- isReuseAddress() - 类 中的方法org.apache.mina.transport.socket.nio.SocketAcceptorConfig
-
- isReuseAddress() - 接口 中的方法org.apache.mina.transport.socket.nio.SocketSessionConfig
-
- isReuseAddress() - 类 中的方法org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
-
- isReuseAddress() - 类 中的方法org.apache.mina.transport.socket.nio.support.DatagramSessionConfigImpl
-
- isRunning() - 类 中的方法org.apache.mina.management.StatCollector
-
- isRunning() - 类 中的方法org.apache.mina.util.ExpiringMap.Expirer
-
- isScheduledForFlush() - 类 中的方法org.apache.mina.common.support.BaseIoSession
-
- isSetReceiveBufferSizeAvailable() - 类 中的静态方法org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
-
- isSetReceiveBufferSizeAvailable() - 类 中的静态方法org.apache.mina.transport.socket.nio.support.DatagramSessionConfigImpl
-
- isSetSendBufferSizeAvailable() - 类 中的静态方法org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
-
- isSetSendBufferSizeAvailable() - 类 中的静态方法org.apache.mina.transport.socket.nio.support.DatagramSessionConfigImpl
-
- isSetTrafficClassAvailable() - 类 中的静态方法org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
-
- isSetTrafficClassAvailable() - 类 中的静态方法org.apache.mina.transport.socket.nio.support.DatagramSessionConfigImpl
-
- isSingleton() - 类 中的方法org.apache.mina.integration.spring.ExecutorThreadModelFactoryBean
-
- isSingleton() - 类 中的方法org.apache.mina.integration.spring.IoAcceptorFactoryBean
-
- isSslEnabled() - 类 中的静态方法org.apache.mina.example.echoserver.ssl.SSLServerSocketFactory
-
- isSslEnabled() - 类 中的静态方法org.apache.mina.example.echoserver.ssl.SSLSocketFactory
-
- isSSLStarted(IoSession) - 类 中的方法org.apache.mina.filter.SSLFilter
-
Returns true if and only if the specified session is
encrypted/decrypted over SSL/TLS currently.
- isTcpNoDelay() - 接口 中的方法org.apache.mina.transport.socket.nio.SocketSessionConfig
-
- isTcpNoDelay() - 类 中的方法org.apache.mina.transport.socket.nio.SocketSessionConfigImpl
-
- isUseClientMode() - 类 中的方法org.apache.mina.filter.SSLFilter
-
Returns true if the engine is set to use client mode
when handshaking.
- isUseDirectBuffers() - 类 中的静态方法org.apache.mina.common.ByteBuffer
-
- isUseSsl() - 类 中的方法org.apache.mina.example.chat.client.ConnectDialog
-
- isWantClientAuth() - 类 中的方法org.apache.mina.filter.SSLFilter
-
Returns true if the engine will request client authentication.
- isWarnEnabled(IoSession) - 类 中的静态方法org.apache.mina.util.SessionLog
-
- isWritable() - 类 中的方法org.apache.mina.common.TrafficMask
-
Returns true if this mask allows a write operation.
- isWritingEncryptedData() - 类 中的方法org.apache.mina.filter.support.SSLHandler
-
Check we are writing encrypted data.
- isWritten() - 类 中的方法org.apache.mina.common.support.DefaultWriteFuture
-
- isWritten() - 接口 中的方法org.apache.mina.common.WriteFuture
-
Returns true if the write operation is finished successfully.
- iterator() - 类 中的方法org.apache.mina.util.IdentityHashSet
-