- DATAGRAM - 类 中的静态变量org.apache.mina.common.TransportType
-
Transport type: UDP/IP (Registry name: "DATAGRAM" or "UDP")
- DatagramAcceptor - org.apache.mina.transport.socket.nio中的类
-
- DatagramAcceptor() - 类 的构造器org.apache.mina.transport.socket.nio.DatagramAcceptor
-
Creates a new instance using a NewThreadExecutor
- DatagramAcceptor(Executor) - 类 的构造器org.apache.mina.transport.socket.nio.DatagramAcceptor
-
Creates a new instance.
- DatagramAcceptorConfig - org.apache.mina.transport.socket.nio中的类
-
- DatagramAcceptorConfig() - 类 的构造器org.apache.mina.transport.socket.nio.DatagramAcceptorConfig
-
Creates a new instance.
- DatagramAcceptorDelegate - org.apache.mina.transport.socket.nio.support中的类
-
- DatagramAcceptorDelegate(IoAcceptor, Executor) - 类 的构造器org.apache.mina.transport.socket.nio.support.DatagramAcceptorDelegate
-
Creates a new instance.
- DatagramConnector - org.apache.mina.transport.socket.nio中的类
-
- DatagramConnector() - 类 的构造器org.apache.mina.transport.socket.nio.DatagramConnector
-
Creates a new instance using a NewThreadExecutor
- DatagramConnector(Executor) - 类 的构造器org.apache.mina.transport.socket.nio.DatagramConnector
-
Creates a new instance.
- DatagramConnectorConfig - org.apache.mina.transport.socket.nio中的类
-
- DatagramConnectorConfig() - 类 的构造器org.apache.mina.transport.socket.nio.DatagramConnectorConfig
-
Creates a new instance.
- DatagramConnectorDelegate - org.apache.mina.transport.socket.nio.support中的类
-
- DatagramConnectorDelegate(IoConnector, Executor) - 类 的构造器org.apache.mina.transport.socket.nio.support.DatagramConnectorDelegate
-
Creates a new instance.
- DatagramServiceConfig - org.apache.mina.transport.socket.nio中的接口
-
- DatagramSessionConfig - org.apache.mina.transport.socket.nio中的接口
-
- DatagramSessionConfigImpl - org.apache.mina.transport.socket.nio.support中的类
-
- DatagramSessionConfigImpl() - 类 的构造器org.apache.mina.transport.socket.nio.support.DatagramSessionConfigImpl
-
Creates a new instance.
- debug(IoSession, String) - 类 中的静态方法org.apache.mina.util.SessionLog
-
- debug(IoSession, String, Throwable) - 类 中的静态方法org.apache.mina.util.SessionLog
-
- decodable(IoSession, ByteBuffer) - 类 中的方法org.apache.mina.example.httpserver.codec.HttpRequestDecoder
-
- decodable(IoSession, ByteBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.AbstractMessageDecoder
-
- decodable(IoSession, ByteBuffer) - 接口 中的方法org.apache.mina.filter.codec.demux.MessageDecoder
-
Checks the specified buffer is decodable by this decoder.
- decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.example.httpserver.codec.HttpRequestDecoder
-
- decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.example.sumup.codec.AbstractMessageDecoder
-
- decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.CumulativeProtocolDecoder
-
- decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - 接口 中的方法org.apache.mina.filter.codec.demux.MessageDecoder
-
Decodes binary or protocol-specific content into higher-level message objects.
- decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.netty.NettyDecoder
-
- decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - 接口 中的方法org.apache.mina.filter.codec.ProtocolDecoder
-
Decodes binary or protocol-specific content into higher-level message objects.
- decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.SynchronizedProtocolDecoder
-
- decode(IoSession, ByteBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.textline.TextLineDecoder
-
- decodeBody(IoSession, ByteBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.AbstractMessageDecoder
-
- decodeBody(IoSession, ByteBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.AddMessageDecoder
-
- decodeBody(IoSession, ByteBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.ResultMessageDecoder
-
- DECODER - 类 中的静态变量org.apache.mina.filter.codec.ProtocolCodecFilter
-
- DEFAULT - 类 中的静态变量org.apache.mina.filter.codec.textline.LineDelimiter
-
the line delimiter constant of the current O/S.
- DEFAULT_EXPIRATION_INTERVAL - 类 中的静态变量org.apache.mina.util.ExpiringMap
-
- DEFAULT_STREAM_BUFFER_SIZE - 类 中的静态变量org.apache.mina.filter.StreamWriteFilter
-
The default buffer size this filter uses for writing.
- DEFAULT_TIME_TO_LIVE - 类 中的静态变量org.apache.mina.util.ExpiringMap
-
- DefaultCloseFuture - org.apache.mina.common.support中的类
-
- DefaultCloseFuture(IoSession) - 类 的构造器org.apache.mina.common.support.DefaultCloseFuture
-
Creates a new instance.
- DefaultCloseFuture(IoSession, Object) - 类 的构造器org.apache.mina.common.support.DefaultCloseFuture
-
Creates a new instance which uses the specified object as a lock.
- DefaultConnectFuture - org.apache.mina.common.support中的类
-
- DefaultConnectFuture() - 类 的构造器org.apache.mina.common.support.DefaultConnectFuture
-
Creates a new instance.
- DefaultConnectFuture(Object) - 类 的构造器org.apache.mina.common.support.DefaultConnectFuture
-
Creates a new instance which uses the specified object as a lock.
- DefaultExceptionMonitor - org.apache.mina.common.support中的类
-
A default
ExceptionMonitor
implementation that logs uncaught
exceptions using
Logger
.
- DefaultExceptionMonitor() - 类 的构造器org.apache.mina.common.support.DefaultExceptionMonitor
-
- DefaultIoFilterChainBuilder - org.apache.mina.common中的类
-
- DefaultIoFilterChainBuilder() - 类 的构造器org.apache.mina.common.DefaultIoFilterChainBuilder
-
Creates a new instance with an empty filter list.
- DefaultIoFilterChainBuilderFactoryBean - org.apache.mina.integration.spring中的类
-
- DefaultIoFilterChainBuilderFactoryBean() - 类 的构造器org.apache.mina.integration.spring.DefaultIoFilterChainBuilderFactoryBean
-
- DefaultIoFuture - org.apache.mina.common.support中的类
-
- DefaultIoFuture(IoSession) - 类 的构造器org.apache.mina.common.support.DefaultIoFuture
-
Creates a new instance.
- DefaultIoFuture(IoSession, Object) - 类 的构造器org.apache.mina.common.support.DefaultIoFuture
-
Creates a new instance.
- DefaultWriteFuture - org.apache.mina.common.support中的类
-
- DefaultWriteFuture(IoSession) - 类 的构造器org.apache.mina.common.support.DefaultWriteFuture
-
Creates a new instance.
- DefaultWriteFuture(IoSession, Object) - 类 的构造器org.apache.mina.common.support.DefaultWriteFuture
-
Creates a new instance which uses the specified object as a lock.
- deflate(ByteBuffer) - 类 中的方法org.apache.mina.filter.support.Zlib
-
- delegate - 类 中的变量org.apache.mina.common.support.DelegatedIoAcceptor
-
- delegate - 类 中的变量org.apache.mina.common.support.DelegatedIoConnector
-
- DelegatedIoAcceptor - org.apache.mina.common.support中的类
-
- DelegatedIoAcceptor() - 类 的构造器org.apache.mina.common.support.DelegatedIoAcceptor
-
Creates a new instance.
- DelegatedIoConnector - org.apache.mina.common.support中的类
-
- DelegatedIoConnector() - 类 的构造器org.apache.mina.common.support.DelegatedIoConnector
-
Creates a new instance.
- DemuxingIoHandler - org.apache.mina.handler.demux中的类
-
- DemuxingIoHandler() - 类 的构造器org.apache.mina.handler.demux.DemuxingIoHandler
-
- DemuxingProtocolCodecFactory - org.apache.mina.filter.codec.demux中的类
-
- DemuxingProtocolCodecFactory() - 类 的构造器org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- destroy() - 接口 中的方法org.apache.mina.common.IoFilter
-
- destroy() - 类 中的方法org.apache.mina.common.IoFilterAdapter
-
- destroy() - 类 中的方法org.apache.mina.filter.ReferenceCountingIoFilter
-
- destroy() - 类 中的方法org.apache.mina.filter.support.SSLHandler
-
Release allocated ByteBuffers.
- destroy() - 类 中的方法org.apache.mina.integration.spring.IoAcceptorFactoryBean
-
- destroyInstance(Object) - 类 中的方法org.apache.mina.integration.spring.ThreadPoolExecutorFactoryBean
-
- DISABLE_COMPRESSION_ONCE - 类 中的静态变量org.apache.mina.filter.CompressionFilter
-
A flag that allows you to disable compression once.
- DISABLE_ENCRYPTION_ONCE - 类 中的静态变量org.apache.mina.filter.SSLFilter
-
A session attribute key that makes next one write request bypass
this filter (not encrypting the data).
- disconnected() - 类 中的方法org.apache.mina.example.chat.client.SwingChatClient
-
- disconnected() - 接口 中的方法org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
-
- dispose() - 接口 中的方法org.apache.mina.common.ByteBufferAllocator
-
Dispose of this allocator.
- dispose() - 类 中的方法org.apache.mina.common.PooledByteBufferAllocator
-
Stops the thread which releases unused buffers and make this allocator unusable from now on.
- dispose() - 类 中的方法org.apache.mina.common.SimpleByteBufferAllocator
-
- dispose() - 类 中的方法org.apache.mina.example.sumup.codec.AddMessageEncoder
-
- dispose() - 类 中的方法org.apache.mina.example.sumup.codec.ResultMessageEncoder
-
- dispose(IoSession) - 类 中的方法org.apache.mina.filter.codec.CumulativeProtocolDecoder
-
Releases the cumulative buffer used by the specified session.
- dispose(IoSession) - 类 中的方法org.apache.mina.filter.codec.netty.NettyEncoder
-
- dispose(IoSession) - 接口 中的方法org.apache.mina.filter.codec.ProtocolDecoder
-
Releases all resources related with this decoder.
- dispose(IoSession) - 类 中的方法org.apache.mina.filter.codec.ProtocolDecoderAdapter
-
Override this method to dispose all resources related with this decoder.
- dispose(IoSession) - 接口 中的方法org.apache.mina.filter.codec.ProtocolEncoder
-
Releases all resources related with this encoder.
- dispose(IoSession) - 类 中的方法org.apache.mina.filter.codec.ProtocolEncoderAdapter
-
Override this method dispose all resources related with this encoder.
- dispose(IoSession) - 类 中的方法org.apache.mina.filter.codec.SynchronizedProtocolDecoder
-
- dispose(IoSession) - 类 中的方法org.apache.mina.filter.codec.SynchronizedProtocolEncoder
-
- dispose(IoSession) - 类 中的方法org.apache.mina.filter.codec.textline.TextLineDecoder
-
- dispose() - 类 中的方法org.apache.mina.filter.codec.textline.TextLineEncoder
-
- disposeCodecResources(IoSession) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
Implement this method to release all resources acquired to perform
encoding and decoding messages for the specified session.
- doClose(IoSession) - 类 中的方法org.apache.mina.common.support.AbstractIoFilterChain
-
- doClose(IoSession) - 类 中的方法org.apache.mina.transport.vmpipe.support.VmPipeFilterChain
-
- doDecode(IoSession, ByteBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.CumulativeProtocolDecoder
-
Implement this method to consume the specified cumulative buffer and
decode its content into message(s).
- doDecode(IoSession, ByteBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationDecoder
-
- doFlush(ByteBuffer) - 类 中的方法org.apache.mina.filter.codec.support.SimpleProtocolEncoderOutput
-
- doWrite(IoSession, IoFilter.WriteRequest) - 类 中的方法org.apache.mina.common.support.AbstractIoFilterChain
-
- doWrite(IoSession, IoFilter.WriteRequest) - 类 中的方法org.apache.mina.transport.vmpipe.support.VmPipeFilterChain
-
- duplicate() - 类 中的方法org.apache.mina.common.ByteBuffer
-
- duplicate() - 类 中的方法org.apache.mina.common.ByteBufferProxy
-