- DatagramAcceptor - org.apache.mina.transport.socket中的接口
-
- DatagramConnector - org.apache.mina.transport.socket中的接口
-
- DatagramSessionConfig - org.apache.mina.transport.socket中的接口
-
- 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
-
- 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中的接口
-
- 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中的类
-
- 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
-
- 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中的类
-
- DefaultCloseFuture(IoSession) - 类 的构造器org.apache.mina.core.future.DefaultCloseFuture
-
Creates a new instance.
- DefaultConnectFuture - org.apache.mina.core.future中的类
-
- DefaultConnectFuture() - 类 的构造器org.apache.mina.core.future.DefaultConnectFuture
-
Creates a new instance.
- DefaultDatagramSessionConfig - org.apache.mina.transport.socket中的类
-
- DefaultDatagramSessionConfig() - 类 的构造器org.apache.mina.transport.socket.DefaultDatagramSessionConfig
-
Creates a new instance.
- defaultElement() - 类 中的方法org.apache.mina.integration.beans.CollectionEditor
-
- DefaultEventFactory - org.apache.mina.statemachine.event中的类
-
- 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中的类
-
- 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中的类
-
- DefaultIoFilterChainBuilder() - 类 的构造器org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
Creates a new instance with an empty filter list.
- DefaultIoFilterChainBuilder(DefaultIoFilterChainBuilder) - 类 的构造器org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- DefaultIoFuture - org.apache.mina.core.future中的类
-
- DefaultIoFuture(IoSession) - 类 的构造器org.apache.mina.core.future.DefaultIoFuture
-
Creates a new instance associated with an
IoSession
.
- DefaultIoSessionDataStructureFactory - org.apache.mina.core.session中的类
-
- DefaultIoSessionDataStructureFactory() - 类 的构造器org.apache.mina.core.session.DefaultIoSessionDataStructureFactory
-
- DefaultReadFuture - org.apache.mina.core.future中的类
-
- DefaultReadFuture(IoSession) - 类 的构造器org.apache.mina.core.future.DefaultReadFuture
-
Creates a new instance.
- DefaultSocketSessionConfig - org.apache.mina.transport.socket中的类
-
- DefaultSocketSessionConfig() - 类 的构造器org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
Creates a new instance.
- DefaultStateContext - org.apache.mina.statemachine.context中的类
-
- 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中的类
-
- 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中的类
-
- DefaultWriteFuture(IoSession) - 类 的构造器org.apache.mina.core.future.DefaultWriteFuture
-
Creates a new instance.
- DefaultWriteRequest - org.apache.mina.core.write中的类
-
- DefaultWriteRequest(Object) - 类 的构造器org.apache.mina.core.write.DefaultWriteRequest
-
- DefaultWriteRequest(Object, WriteFuture) - 类 的构造器org.apache.mina.core.write.DefaultWriteRequest
-
- 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中的类
-
- DemuxingIoHandler() - 类 的构造器org.apache.mina.handler.demux.DemuxingIoHandler
-
- DemuxingProtocolCodecFactory - org.apache.mina.filter.codec.demux中的类
-
- DemuxingProtocolCodecFactory() - 类 的构造器org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
-
- DemuxingProtocolDecoder - org.apache.mina.filter.codec.demux中的类
-
- DemuxingProtocolDecoder() - 类 的构造器org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
-
- DemuxingProtocolEncoder - org.apache.mina.filter.codec.demux中的类
-
- DemuxingProtocolEncoder() - 类 的构造器org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
- destroy() - 接口 中的方法org.apache.mina.core.filterchain.IoFilter
-
- destroy() - 类 中的方法org.apache.mina.core.filterchain.IoFilterAdapter
-
- 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
-
- doExecute(Event) - 类 中的方法org.apache.mina.statemachine.transition.AbstractTransition
-
- 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.