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 

D

DatagramAcceptor - org.apache.mina.transport.socket中的接口
IoAcceptor for datagram transport (UDP/IP).
DatagramConnector - org.apache.mina.transport.socket中的接口
IoConnector for datagram transport (UDP/IP).
DatagramSessionConfig - org.apache.mina.transport.socket中的接口
An IoSessionConfig for datagram transport type.
DateEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into a Date and vice versa.
DateEditor() - 类 的构造器org.apache.mina.integration.beans.DateEditor
 
DateUtil - org.apache.mina.http中的类
 
DateUtil() - 类 的构造器org.apache.mina.http.DateUtil
 
DEAF_SPEAKER - 接口 中的静态变量org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutHandler
A special handler for the 'deaf speaker' mode.
decodable(IoSession, IoBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.AbstractMessageDecoder
 
decodable(IoSession, IoBuffer) - 接口 中的方法org.apache.mina.filter.codec.demux.MessageDecoder
Checks the specified buffer is decodable by this decoder.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.example.sumup.codec.AbstractMessageDecoder
 
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.example.tapedeck.CommandDecoder
 
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.CumulativeProtocolDecoder
Cumulates content of in into internal buffer and forwards decoding request to CumulativeProtocolDecoder.doDecode(IoSession, IoBuffer, ProtocolDecoderOutput).
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - 接口 中的方法org.apache.mina.filter.codec.demux.MessageDecoder
Decodes binary or protocol-specific content into higher-level message objects.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - 接口 中的方法org.apache.mina.filter.codec.ProtocolDecoder
Decodes binary or protocol-specific content into higher-level message objects.
decode(IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.ConsumeToCrLfDecodingState
 
decode(IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.ConsumeToDynamicTerminatorDecodingState
Invoked when data is available for this state.
decode(IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.ConsumeToEndOfSessionDecodingState
Invoked when data is available for this state.
decode(IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.ConsumeToTerminatorDecodingState
Invoked when data is available for this state.
decode(IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.CrLfDecodingState
Invoked when data is available for this state.
decode(IoBuffer, ProtocolDecoderOutput) - 接口 中的方法org.apache.mina.filter.codec.statemachine.DecodingState
Invoked when data is available for this state.
decode(IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.DecodingStateMachine
Invoked when data is available for this state.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.DecodingStateProtocolDecoder
Decodes binary or protocol-specific content into higher-level message objects.
decode(IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.FixedLengthDecodingState
Invoked when data is available for this state.
decode(IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.IntegerDecodingState
Invoked when data is available for this state.
decode(IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.ShortIntegerDecodingState
Invoked when data is available for this state.
decode(IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.SingleByteDecodingState
 
decode(IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.statemachine.SkippingState
Invoked when data is available for this state.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.SynchronizedProtocolDecoder
 
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.textline.TextLineDecoder
Decodes binary or protocol-specific content into higher-level message objects.
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.http.HttpClientDecoder
 
decode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.http.HttpServerDecoder
 
decode(Object) - 类 中的方法org.apache.mina.util.Base64
Decodes an Object using the base64 algorithm.
decode(byte[]) - 类 中的方法org.apache.mina.util.Base64
Decodes a byte[] containing containing characters in the Base64 alphabet.
decodeBase64(byte[]) - 类 中的静态方法org.apache.mina.util.Base64
Decodes Base64 data into octects
decodeBody(IoSession, IoBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.AbstractMessageDecoder
 
decodeBody(IoSession, IoBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.AddMessageDecoder
 
decodeBody(IoSession, IoBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.ResultMessageDecoder
 
decodeFully(IoBuffer) - 类 中的方法org.apache.mina.proxy.utils.IoBufferDecoder
Will return null unless it has enough data to decode.
decodeResponse(String) - 类 中的方法org.apache.mina.proxy.handlers.http.AbstractHttpLogicHandler
Parse a HTTP response from the proxy server.
DecoderState - org.apache.mina.http中的枚举
 
DecodingState - org.apache.mina.filter.codec.statemachine中的接口
Represents a state in a decoder state machine used by DecodingStateMachine.
DecodingStateMachine - org.apache.mina.filter.codec.statemachine中的类
Abstract base class for decoder state machines.
DecodingStateMachine() - 类 的构造器org.apache.mina.filter.codec.statemachine.DecodingStateMachine
 
DecodingStateProtocolDecoder - org.apache.mina.filter.codec.statemachine中的类
ProtocolDecoder which uses a DecodingState to decode data.
DecodingStateProtocolDecoder(DecodingState) - 类 的构造器org.apache.mina.filter.codec.statemachine.DecodingStateProtocolDecoder
Creates a new instance using the specified DecodingState instance.
decreaseReadBufferSize() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Decrease the ReadBuffer size (it will be divided by a factor 2)
decreaseScheduledBytesAndMessages(WriteRequest) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Decrease the counters of written messages and written bytes when a message has been written
decreaseScheduledWriteMessages() - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
Decrements the count of messages scheduled for write.
DEFAULT - 类 中的静态变量org.apache.mina.filter.codec.textline.LineDelimiter
the line delimiter constant of the current O/S.
DEFAULT_BUFFER_SIZE - 类 中的静态变量org.apache.mina.filter.buffer.BufferedWriteFilter
Default buffer size value in bytes.
DEFAULT_EXPIRATION_INTERVAL - 类 中的静态变量org.apache.mina.util.ExpiringMap
The default value, 1 second
DEFAULT_FLAGS - 接口 中的静态变量org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
 
DEFAULT_KEEP_ALIVE_TIME - 类 中的静态变量org.apache.mina.proxy.handlers.http.HttpProxyConstants
The default keep-alive timeout we set to make proxy connection persistent.
DEFAULT_MAX_DATA_LENGTH - 类 中的静态变量org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
 
DEFAULT_MAX_DATA_LENGTH - 类 中的静态变量org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
 
DEFAULT_OS_VERSION - 接口 中的静态变量org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
 
DEFAULT_PREFIX_LENGTH - 类 中的静态变量org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
 
DEFAULT_PREFIX_LENGTH - 类 中的静态变量org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
 
DEFAULT_SESSION_ATTRIBUTE_NAME - 类 中的静态变量org.apache.mina.statemachine.context.IoSessionStateContextLookup
The default name of the IoSession attribute used to store the StateContext object.
DEFAULT_STREAM_BUFFER_SIZE - 类 中的静态变量org.apache.mina.filter.stream.AbstractStreamWriteFilter
The default buffer size this filter uses for writing.
DEFAULT_TIME_TO_LIVE - 类 中的静态变量org.apache.mina.util.ExpiringMap
The default value, 60 seconds
DefaultCloseFuture - org.apache.mina.core.future中的类
A default implementation of CloseFuture.
DefaultCloseFuture(IoSession) - 类 的构造器org.apache.mina.core.future.DefaultCloseFuture
Creates a new instance.
DefaultConnectFuture - org.apache.mina.core.future中的类
A default implementation of ConnectFuture.
DefaultConnectFuture() - 类 的构造器org.apache.mina.core.future.DefaultConnectFuture
Creates a new instance.
DefaultDatagramSessionConfig - org.apache.mina.transport.socket中的类
A default implementation of DatagramSessionConfig.
DefaultDatagramSessionConfig() - 类 的构造器org.apache.mina.transport.socket.DefaultDatagramSessionConfig
Creates a new instance.
defaultElement() - 类 中的方法org.apache.mina.integration.beans.CollectionEditor
 
DefaultEventFactory - org.apache.mina.statemachine.event中的类
Default EventFactory implementation.
DefaultEventFactory() - 类 的构造器org.apache.mina.statemachine.event.DefaultEventFactory
 
DefaultExceptionMonitor - org.apache.mina.util中的类
A default ExceptionMonitor implementation that logs uncaught exceptions using Logger.
DefaultExceptionMonitor() - 类 的构造器org.apache.mina.util.DefaultExceptionMonitor
 
DefaultFileRegion - org.apache.mina.core.file中的类
TODO Add documentation
DefaultFileRegion(FileChannel) - 类 的构造器org.apache.mina.core.file.DefaultFileRegion
 
DefaultFileRegion(FileChannel, long, long) - 类 的构造器org.apache.mina.core.file.DefaultFileRegion
 
DefaultHttpResponse - org.apache.mina.http.api中的类
 
DefaultHttpResponse(HttpVersion, HttpStatus, Map<String, String>) - 类 的构造器org.apache.mina.http.api.DefaultHttpResponse
 
DefaultIoEventSizeEstimator - org.apache.mina.filter.executor中的类
A default IoEventSizeEstimator implementation.
DefaultIoEventSizeEstimator() - 类 的构造器org.apache.mina.filter.executor.DefaultIoEventSizeEstimator
Create a new instance of this class, injecting the known size of basic java types.
DefaultIoFilterChain - org.apache.mina.core.filterchain中的类
A default implementation of IoFilterChain that provides all operations for developers who want to implement their own transport layer once used with AbstractIoSession.
DefaultIoFilterChain(AbstractIoSession) - 类 的构造器org.apache.mina.core.filterchain.DefaultIoFilterChain
Create a new default chain, associated with a session.
DefaultIoFilterChainBuilder - org.apache.mina.core.filterchain中的类
The default implementation of IoFilterChainBuilder which is useful in most cases.
DefaultIoFilterChainBuilder() - 类 的构造器org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
Creates a new instance with an empty filter list.
DefaultIoFilterChainBuilder(DefaultIoFilterChainBuilder) - 类 的构造器org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
Creates a new copy of the specified DefaultIoFilterChainBuilder.
DefaultIoFuture - org.apache.mina.core.future中的类
A default implementation of IoFuture associated with an IoSession.
DefaultIoFuture(IoSession) - 类 的构造器org.apache.mina.core.future.DefaultIoFuture
Creates a new instance associated with an IoSession.
DefaultIoSessionDataStructureFactory - org.apache.mina.core.session中的类
The default IoSessionDataStructureFactory implementation that creates a new HashMap-based IoSessionAttributeMap instance and a new synchronized ConcurrentLinkedQueue instance per IoSession.
DefaultIoSessionDataStructureFactory() - 类 的构造器org.apache.mina.core.session.DefaultIoSessionDataStructureFactory
 
DefaultReadFuture - org.apache.mina.core.future中的类
A default implementation of WriteFuture.
DefaultReadFuture(IoSession) - 类 的构造器org.apache.mina.core.future.DefaultReadFuture
Creates a new instance.
DefaultSocketSessionConfig - org.apache.mina.transport.socket中的类
A default implementation of SocketSessionConfig.
DefaultSocketSessionConfig() - 类 的构造器org.apache.mina.transport.socket.DefaultSocketSessionConfig
Creates a new instance.
DefaultStateContext - org.apache.mina.statemachine.context中的类
Default StateContext implementation.
DefaultStateContext() - 类 的构造器org.apache.mina.statemachine.context.DefaultStateContext
 
DefaultStateContextFactory - org.apache.mina.statemachine.context中的类
DefaultStateContextFactory() - 类 的构造器org.apache.mina.statemachine.context.DefaultStateContextFactory
 
defaultText() - 类 中的方法org.apache.mina.integration.beans.AbstractPropertyEditor
 
defaultText() - 类 中的方法org.apache.mina.integration.beans.InetAddressEditor
 
defaultText() - 类 中的方法org.apache.mina.integration.beans.InetSocketAddressEditor
 
defaultText() - 类 中的方法org.apache.mina.integration.beans.VmPipeAddressEditor
 
DefaultTransportMetadata - org.apache.mina.core.service中的类
A default immutable implementation of TransportMetadata.
DefaultTransportMetadata(String, String, boolean, boolean, Class<? extends SocketAddress>, Class<? extends IoSessionConfig>, Class<?>...) - 类 的构造器org.apache.mina.core.service.DefaultTransportMetadata
 
defaultValue() - 类 中的方法org.apache.mina.integration.beans.AbstractPropertyEditor
 
defaultValue() - 类 中的方法org.apache.mina.integration.beans.ByteEditor
 
defaultValue() - 类 中的方法org.apache.mina.integration.beans.DoubleEditor
 
defaultValue() - 类 中的方法org.apache.mina.integration.beans.FloatEditor
 
defaultValue() - 类 中的方法org.apache.mina.integration.beans.InetAddressEditor
 
defaultValue() - 类 中的方法org.apache.mina.integration.beans.InetSocketAddressEditor
 
defaultValue() - 类 中的方法org.apache.mina.integration.beans.IntegerEditor
 
defaultValue() - 类 中的方法org.apache.mina.integration.beans.LongEditor
 
defaultValue() - 类 中的方法org.apache.mina.integration.beans.NumberEditor
 
defaultValue() - 类 中的方法org.apache.mina.integration.beans.ShortEditor
 
defaultValue() - 类 中的方法org.apache.mina.integration.beans.VmPipeAddressEditor
 
DefaultWriteFuture - org.apache.mina.core.future中的类
A default implementation of WriteFuture.
DefaultWriteFuture(IoSession) - 类 的构造器org.apache.mina.core.future.DefaultWriteFuture
Creates a new instance.
DefaultWriteRequest - org.apache.mina.core.write中的类
The default implementation of WriteRequest.
DefaultWriteRequest(Object) - 类 的构造器org.apache.mina.core.write.DefaultWriteRequest
Creates a new instance without WriteFuture.
DefaultWriteRequest(Object, WriteFuture) - 类 的构造器org.apache.mina.core.write.DefaultWriteRequest
Creates a new instance with WriteFuture.
DefaultWriteRequest(Object, WriteFuture, SocketAddress) - 类 的构造器org.apache.mina.core.write.DefaultWriteRequest
Creates a new instance.
deliverEvent() - 类 中的方法org.apache.mina.proxy.event.IoSessionEvent
Delivers this event to the next filter.
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 convenience ProtocolCodecFactory that provides DemuxingProtocolEncoder and DemuxingProtocolDecoder as a pair.
DemuxingProtocolCodecFactory() - 类 的构造器org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
 
DemuxingProtocolDecoder - org.apache.mina.filter.codec.demux中的类
A composite ProtocolDecoder that demultiplexes incoming IoBuffer decoding requests into an appropriate MessageDecoder.
DemuxingProtocolDecoder() - 类 的构造器org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
 
DemuxingProtocolEncoder - org.apache.mina.filter.codec.demux中的类
A composite ProtocolEncoder that demultiplexes incoming message encoding requests into an appropriate MessageEncoder.
DemuxingProtocolEncoder() - 类 的构造器org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
 
destroy() - 接口 中的方法org.apache.mina.core.filterchain.IoFilter
Invoked by ReferenceCountingFilter when this filter is not used by any IoFilterChain anymore, so you can destroy shared resources.
destroy() - 类 中的方法org.apache.mina.core.filterchain.IoFilterAdapter
Invoked by ReferenceCountingFilter when this filter is not used by any IoFilterChain anymore, so you can destroy shared resources.
destroy() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
Destroy the polling system, will be called when this IoAcceptor implementation will be disposed.
destroy() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
Destroy the polling system, will be called when this IoConnector implementation will be disposed.
destroy(S) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Destroy the underlying client socket handle
destroy() - 类 中的方法org.apache.mina.filter.codec.statemachine.DecodingStateMachine
Invoked to destroy this state machine once the end state has been reached or the session has been closed.
destroy() - 类 中的方法org.apache.mina.filter.executor.ExecutorFilter
Shuts down the underlying executor if this filter hase been created via a convenience constructor.
destroy() - 类 中的方法org.apache.mina.filter.util.ReferenceCountingFilter
 
destroy(AprSession) - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
Destroy the underlying client socket handle
destroy() - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketAcceptor
Destroy the polling system, will be called when this IoAcceptor implementation will be disposed.
destroy() - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketConnector
Destroy the polling system, will be called when this IoConnector implementation will be disposed.
destroy() - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
 
destroy() - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramConnector
 
destroy(NioSession) - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
 
destroy() - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketAcceptor
Destroy the polling system, will be called when this IoAcceptor implementation will be disposed.
destroy() - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketConnector
Destroy the polling system, will be called when this IoConnector implementation will be disposed.
DigestUtilities - org.apache.mina.proxy.handlers.http.digest中的类
DigestUtilities.java - A class supporting the HTTP DIGEST authentication (see RFC 2617).
DigestUtilities() - 类 的构造器org.apache.mina.proxy.handlers.http.digest.DigestUtilities
 
DISABLE_COMPRESSION_ONCE - 类 中的静态变量org.apache.mina.filter.compression.CompressionFilter
A flag that allows you to disable compression once.
DISABLE_ENCRYPTION_ONCE - 类 中的静态变量org.apache.mina.filter.ssl.SslFilter
A session attribute key that makes next one write request bypass this filter (not encrypting the data).
disconnect() - 类 中的方法org.apache.mina.example.imagine.step1.client.ImageClient
 
disconnected() - 类 中的方法org.apache.mina.example.chat.client.SwingChatClient
 
disconnected() - 接口 中的方法org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
 
disposalLock - 类 中的变量org.apache.mina.core.service.AbstractIoService
A lock object which must be acquired when related resources are destroyed.
dispose() - 类 中的方法org.apache.mina.core.buffer.CachedBufferAllocator
 
dispose() - 接口 中的方法org.apache.mina.core.buffer.IoBufferAllocator
Dispose of this allocator.
dispose() - 类 中的方法org.apache.mina.core.buffer.SimpleBufferAllocator
 
dispose() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Releases any resources allocated by this processor.
dispose() - 类 中的方法org.apache.mina.core.service.AbstractIoService
Releases any resources allocated by this service.
dispose(boolean) - 类 中的方法org.apache.mina.core.service.AbstractIoService
Releases any resources allocated by this service.
dispose() - 接口 中的方法org.apache.mina.core.service.IoProcessor
Releases any resources allocated by this processor.
dispose() - 接口 中的方法org.apache.mina.core.service.IoService
Releases any resources allocated by this service.
dispose(boolean) - 接口 中的方法org.apache.mina.core.service.IoService
Releases any resources allocated by this service.
dispose() - 类 中的方法org.apache.mina.core.service.SimpleIoProcessorPool
Releases any resources allocated by this processor.
dispose(IoSession) - 接口 中的方法org.apache.mina.core.session.IoSessionAttributeMap
Disposes any releases associated with the specified session.
dispose(IoSession) - 接口 中的方法org.apache.mina.core.write.WriteRequestQueue
Disposes any releases associated with the specified session.
dispose(IoSession) - 类 中的方法org.apache.mina.example.imagine.step1.codec.ImageRequestEncoder
 
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.demux.DemuxingProtocolDecoder
Releases the cumulative buffer used by the specified session.
dispose(IoSession) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
Releases all resources related with this encoder.
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.statemachine.DecodingStateProtocolDecoder
Releases all resources related with this decoder.
dispose(IoSession) - 类 中的方法org.apache.mina.filter.codec.SynchronizedProtocolDecoder
Releases all resources related with this decoder.
dispose(IoSession) - 类 中的方法org.apache.mina.filter.codec.SynchronizedProtocolEncoder
Releases all resources related with this encoder.
dispose(IoSession) - 类 中的方法org.apache.mina.filter.codec.textline.TextLineDecoder
Releases all resources related with this decoder.
dispose() - 类 中的方法org.apache.mina.filter.codec.textline.TextLineEncoder
dispose(IoSession) - 类 中的方法org.apache.mina.http.HttpClientDecoder
 
dispose(IoSession) - 类 中的方法org.apache.mina.http.HttpClientEncoder
 
dispose(IoSession) - 类 中的方法org.apache.mina.http.HttpServerDecoder
 
dispose(IoSession) - 类 中的方法org.apache.mina.http.HttpServerEncoder
 
dispose0() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
Implement this method to release any acquired resources.
dispose0() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
Implement this method to release any acquired resources.
dispose0() - 类 中的方法org.apache.mina.core.service.AbstractIoService
Implement this method to release any acquired resources.
dispose0() - 类 中的方法org.apache.mina.proxy.ProxyConnector
Implement this method to release any acquired resources.
dispose0() - 类 中的方法org.apache.mina.transport.serial.SerialConnector
 
dispose0() - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
Implement this method to release any acquired resources.
dispose0() - 类 中的方法org.apache.mina.transport.vmpipe.VmPipeAcceptor
Implement this method to release any acquired resources.
dispose0() - 类 中的方法org.apache.mina.transport.vmpipe.VmPipeConnector
Implement this method to release any acquired resources.
doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.example.imagine.step1.codec.ImageRequestDecoder
 
doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.example.imagine.step1.codec.ImageResponseDecoder
 
doDecode(IoSession, IoBuffer, 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, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
Implement this method to consume the specified cumulative buffer and decode its content into message(s).
doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
 
doDecode(IoSession, IoBuffer, ProtocolDecoderOutput) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationDecoder
Implement this method to consume the specified cumulative buffer and decode its content into message(s).
doDispose() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Dispose the resources used by this IoProcessor for polling the client connections.
doDispose() - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
Dispose the resources used by this IoProcessor for polling the client connections.
doDispose() - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
 
doExecute(StateContext, State) - 类 中的方法org.apache.mina.statemachine.transition.AbstractSelfTransition
Executes this SelfTransition.
doExecute(Event) - 类 中的方法org.apache.mina.statemachine.transition.AbstractTransition
Executes this Transition.
doExecute(StateContext, State) - 类 中的方法org.apache.mina.statemachine.transition.MethodSelfTransition
 
doExecute(Event) - 类 中的方法org.apache.mina.statemachine.transition.MethodTransition
 
doExecute(Event) - 类 中的方法org.apache.mina.statemachine.transition.NoopTransition
 
doFilterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - 类 中的方法org.apache.mina.filter.compression.CompressionFilter
 
doFilterWrite(IoFilter.NextFilter, IoSession, WriteRequest) - 类 中的方法org.apache.mina.filter.util.WriteRequestFilter
 
doHandshake(IoFilter.NextFilter) - 类 中的方法org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
Method called at each step of the handshaking process.
doHandshake(IoFilter.NextFilter) - 类 中的方法org.apache.mina.proxy.handlers.http.basic.HttpBasicAuthLogicHandler
Method called at each step of the handshaking process.
doHandshake(IoFilter.NextFilter) - 类 中的方法org.apache.mina.proxy.handlers.http.basic.HttpNoAuthLogicHandler
Method called at each step of the handshaking process.
doHandshake(IoFilter.NextFilter) - 类 中的方法org.apache.mina.proxy.handlers.http.digest.HttpDigestAuthLogicHandler
 
doHandshake(IoFilter.NextFilter) - 类 中的方法org.apache.mina.proxy.handlers.http.HttpSmartProxyHandler
Performs the handshake processing.
doHandshake(IoFilter.NextFilter) - 类 中的方法org.apache.mina.proxy.handlers.http.ntlm.HttpNTLMAuthLogicHandler
Method called at each step of the handshaking process.
doHandshake(IoFilter.NextFilter) - 类 中的方法org.apache.mina.proxy.handlers.socks.Socks4LogicHandler
Perform the handshake.
doHandshake(IoFilter.NextFilter) - 类 中的方法org.apache.mina.proxy.handlers.socks.Socks5LogicHandler
Performs the handshake process.
doHandshake(IoFilter.NextFilter) - 接口 中的方法org.apache.mina.proxy.ProxyLogicHandler
Called at each step of the handshake procedure.
DOMAIN_NAME_ADDRESS_TYPE - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
 
DOMAIN_PROPERTY - 类 中的静态变量org.apache.mina.proxy.handlers.http.HttpProxyConstants
The domain name property.
DONE - 类 中的静态变量org.apache.mina.example.tapedeck.AuthenticationHandler
 
doSetAll(IoSessionConfig) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
Implement this method to set all transport-specific configuration properties retrieved from the specified config.
doSetAll(IoSessionConfig) - 类 中的方法org.apache.mina.transport.socket.AbstractDatagramSessionConfig
 
doSetAll(IoSessionConfig) - 类 中的方法org.apache.mina.transport.socket.AbstractSocketSessionConfig
 
DoubleEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into an Double and vice versa.
DoubleEditor() - 类 的构造器org.apache.mina.integration.beans.DoubleEditor
 
dropFromEndWhile(String[], String) - 类 中的静态方法org.apache.mina.http.ArrayUtil
 
DummySession - org.apache.mina.core.session中的类
A dummy IoSession for unit-testing or non-network-use of the classes that depends on IoSession.
DummySession() - 类 的构造器org.apache.mina.core.session.DummySession
Creates a new instance.
duplicate() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
duplicate() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
duplicate() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
duplicate0() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Implement this method to return the unexpandable duplicate of this buffer.
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.