MINA 1.1.7(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 X Z 

D

DATAGRAM - 类 中的静态变量org.apache.mina.common.TransportType
Transport type: UDP/IP (Registry name: "DATAGRAM" or "UDP")
DatagramAcceptor - org.apache.mina.transport.socket.nio中的类
IoAcceptor for datagram transport (UDP/IP).
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中的类
IoAcceptor for datagram transport (UDP/IP).
DatagramAcceptorDelegate(IoAcceptor, Executor) - 类 的构造器org.apache.mina.transport.socket.nio.support.DatagramAcceptorDelegate
Creates a new instance.
DatagramConnector - org.apache.mina.transport.socket.nio中的类
IoConnector for datagram transport (UDP/IP).
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中的类
IoConnector for datagram transport (UDP/IP).
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中的接口
An IoSessionConfig for datagram transport type.
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
Cumulates content of in into internal buffer and forwards decoding request to CumulativeProtocolDecoder.doDecode(IoSession, ByteBuffer, ProtocolDecoderOutput).
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中的类
A default implementation of CloseFuture.
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中的类
A default implementation of ConnectFuture.
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中的类
The default implementation of IoFilterChainBuilder which is useful in most cases.
DefaultIoFilterChainBuilder() - 类 的构造器org.apache.mina.common.DefaultIoFilterChainBuilder
Creates a new instance with an empty filter list.
DefaultIoFilterChainBuilderFactoryBean - org.apache.mina.integration.spring中的类
Spring org.springframework.beans.factory.FactoryBean which creates DefaultIoFilterChainBuilder instances.
DefaultIoFilterChainBuilderFactoryBean() - 类 的构造器org.apache.mina.integration.spring.DefaultIoFilterChainBuilderFactoryBean
 
DefaultIoFuture - org.apache.mina.common.support中的类
A default implementation of IoFuture.
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中的类
A default implementation of WriteFuture.
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中的类
A delegated IoAcceptor that wraps the other IoAcceptor.
DelegatedIoAcceptor() - 类 的构造器org.apache.mina.common.support.DelegatedIoAcceptor
Creates a new instance.
DelegatedIoConnector - org.apache.mina.common.support中的类
A delegated IoConnector that wraps the other IoConnector.
DelegatedIoConnector() - 类 的构造器org.apache.mina.common.support.DelegatedIoConnector
Creates a new instance.
DemuxingIoHandler - org.apache.mina.handler.demux中的类
A IoHandler that demuxes messageReceived events to the appropriate MessageHandler.
DemuxingIoHandler() - 类 的构造器org.apache.mina.handler.demux.DemuxingIoHandler
Creates a new instance with no registered MessageHandlers.
DemuxingProtocolCodecFactory - org.apache.mina.filter.codec.demux中的类
A composite ProtocolCodecFactory that consists of multiple MessageEncoders and MessageDecoders.
DemuxingProtocolCodecFactory() - 类 的构造器org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
 
destroy() - 接口 中的方法org.apache.mina.common.IoFilter
Invoked by ReferenceCountingIoFilter when this filter is not used by any IoFilterChain anymore, so you can destroy shared resources.
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
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
MINA 1.1.7(build 2016/02/28)

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