- EchoProtocolHandler - org.apache.mina.example.echoserver中的类
-
- EchoProtocolHandler() - 类 的构造器org.apache.mina.example.echoserver.EchoProtocolHandler
-
- EjectCommand - org.apache.mina.example.tapedeck中的类
-
Represents the eject
command.
- EjectCommand() - 类 的构造器org.apache.mina.example.tapedeck.EjectCommand
-
- ejectTape(TapeDeckServer.TapeDeckContext, IoSession, EjectCommand) - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
-
- element() - 类 中的方法org.apache.mina.util.CircularQueue
-
- element() - 类 中的方法org.apache.mina.util.SynchronizedQueue
-
- EMPTY - 类 中的静态变量org.apache.mina.example.tapedeck.TapeDeckServer
-
- EMPTY_MESSAGE - 类 中的静态变量org.apache.mina.core.write.DefaultWriteRequest
-
An empty message
- encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.example.imagine.step1.codec.ImageRequestEncoder
-
- encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.example.imagine.step1.codec.ImageResponseEncoder
-
- encode(IoSession, T, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.example.sumup.codec.AbstractMessageEncoder
-
- encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, T, ProtocolEncoderOutput) - 接口 中的方法org.apache.mina.filter.codec.demux.MessageEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
-
- encode(IoSession, Object, ProtocolEncoderOutput) - 接口 中的方法org.apache.mina.filter.codec.ProtocolEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.filter.codec.SynchronizedProtocolEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.filter.codec.textline.TextLineEncoder
-
Encodes higher-level message objects into binary or protocol-specific data.
- encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.http.HttpClientEncoder
-
- encode(IoSession, Object, ProtocolEncoderOutput) - 类 中的方法org.apache.mina.http.HttpServerEncoder
-
- encode(Object) - 类 中的方法org.apache.mina.util.Base64
-
Encodes an Object using the base64 algorithm.
- encode(byte[]) - 类 中的方法org.apache.mina.util.Base64
-
Encodes a byte[] containing binary data, into a byte[] containing
characters in the Base64 alphabet.
- encodeBase64(byte[]) - 类 中的静态方法org.apache.mina.util.Base64
-
Encodes binary data using the base64 algorithm but
does not chunk the output.
- encodeBase64(byte[], boolean) - 类 中的静态方法org.apache.mina.util.Base64
-
Encodes binary data using the base64 algorithm, optionally
chunking the output into 76 character blocks.
- encodeBase64Chunked(byte[]) - 类 中的静态方法org.apache.mina.util.Base64
-
Encodes binary data using the base64 algorithm and chunks
the encoded output into 76 character blocks
- encodeBody(IoSession, T, IoBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.AbstractMessageEncoder
-
- encodeBody(IoSession, T, IoBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.AddMessageEncoder
-
- encodeBody(IoSession, T, IoBuffer) - 类 中的方法org.apache.mina.example.sumup.codec.ResultMessageEncoder
-
- encodeString(String, boolean) - 类 中的静态方法org.apache.mina.proxy.utils.ByteUtilities
-
Encodes the string to a byte array using UTF-16LE or the ASCII charset
in function of the useUnicode
argument.
- enqueueEventIfNecessary(IoSessionEvent) - 类 中的方法org.apache.mina.proxy.event.IoSessionEventQueue
-
Event is enqueued only if necessary :
- socks proxies do not need the reconnection feature so events are always
forwarded for these
- enqueueWriteRequest(IoFilter.NextFilter, WriteRequest) - 类 中的方法org.apache.mina.proxy.AbstractProxyLogicHandler
-
Enqueue a message to be written once handshaking is complete.
- enqueueWriteRequest(IoFilter.NextFilter, WriteRequest) - 接口 中的方法org.apache.mina.proxy.ProxyLogicHandler
-
Enqueue a message to be written once handshaking is complete.
- enteredFirstComponent(int, ByteArray) - 接口 中的方法org.apache.mina.util.byteaccess.CompositeByteArray.CursorListener
-
Called when the first component in the composite is entered by the cursor.
- enteredLastComponent(int, ByteArray) - 接口 中的方法org.apache.mina.util.byteaccess.CompositeByteArray.CursorListener
-
Called when the last component in the composite is entered by the cursor.
- enteredNextComponent(int, ByteArray) - 接口 中的方法org.apache.mina.util.byteaccess.CompositeByteArray.CursorListener
-
Called when the next component in the composite is entered by the cursor.
- enteredPreviousComponent(int, ByteArray) - 接口 中的方法org.apache.mina.util.byteaccess.CompositeByteArray.CursorListener
-
Called when the previous component in the composite is entered by the cursor.
- entrySet() - 类 中的方法org.apache.mina.util.CopyOnWriteMap
-
This method will return a read-only Set
.
- entrySet() - 类 中的方法org.apache.mina.util.ExpiringMap
-
- entrySet() - 类 中的方法org.apache.mina.util.LazyInitializedCacheMap
-
Throws UnsupportedOperationException
as this method would imply
performance drops.
- EnumEditor - org.apache.mina.integration.beans中的类
-
A PropertyEditor
which converts a String
into
an Enum
and vice versa.
- EnumEditor(Class) - 类 的构造器org.apache.mina.integration.beans.EnumEditor
-
- equals(Object) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
- equals(Object) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- equals(Object) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
TODO This is a ridiculous implementation.
- equals(Object) - 类 中的方法org.apache.mina.core.session.AttributeKey
-
- equals(Object) - 类 中的方法org.apache.mina.example.haiku.Haiku
-
- equals(Object) - 类 中的方法org.apache.mina.filter.codec.textline.LineDelimiter
- equals(Object) - 类 中的方法org.apache.mina.filter.firewall.Subnet
-
- equals(Object) - 类 中的方法org.apache.mina.statemachine.State
- equals(Object) - 类 中的方法org.apache.mina.statemachine.transition.AbstractTransition
-
- equals(Object) - 类 中的方法org.apache.mina.statemachine.transition.MethodTransition
-
- equals(Object) - 类 中的方法org.apache.mina.transport.vmpipe.VmPipeAddress
- equals(Object) - 接口 中的方法org.apache.mina.util.byteaccess.ByteArray
-
A ByteArray is equal to another ByteArray if they start and end at the
same index, have the same byte order, and contain the same bytes at each
index.
- equals(Object) - 类 中的方法org.apache.mina.util.ExpiringMap
-
- equals(Object) - 类 中的方法org.apache.mina.util.SynchronizedQueue
-
- error(String) - 类 中的方法org.apache.mina.example.chat.client.SwingChatClient
-
- error(String) - 接口 中的方法org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
-
- error(Event, StateContext, IoSession, Command) - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
-
- ErrorGeneratingFilter - org.apache.mina.filter.errorgenerating中的类
-
An
IoFilter
implementation generating random bytes and PDU modification in
your communication streams.
- ErrorGeneratingFilter() - 类 的构造器org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
- errorWaitingForPassword(IoSession, Command) - 类 中的方法org.apache.mina.example.tapedeck.AuthenticationHandler
-
- errorWaitingForUser(IoSession, Command) - 类 中的方法org.apache.mina.example.tapedeck.AuthenticationHandler
-
- escapeTags(String) - 类 中的静态方法org.apache.mina.util.Transform
-
This method takes a string which may contain HTML tags (ie,
<b>, <table>, etc) and replaces any
'<', '>' , '&' or '"'
characters with respective predefined entity references.
- ESTABLISH_TCPIP_BIND - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- ESTABLISH_TCPIP_STREAM - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
Command codes.
- ESTABLISH_UDP_ASSOCIATE - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- estimateSize(IoEvent) - 类 中的方法org.apache.mina.filter.executor.DefaultIoEventSizeEstimator
-
Estimate the IoEvent size in number of bytes
- estimateSize(Object) - 类 中的方法org.apache.mina.filter.executor.DefaultIoEventSizeEstimator
-
Estimate the size of an Object in number of bytes
- estimateSize(IoEvent) - 接口 中的方法org.apache.mina.filter.executor.IoEventSizeEstimator
-
Estimate the IoEvent size in number of bytes
- Event - org.apache.mina.statemachine.event中的类
-
Represents an event which typically corresponds to a method call on a proxy.
- Event(Object, StateContext) - 类 的构造器org.apache.mina.statemachine.event.Event
-
Creates a new
Event
with the specified id and no arguments.
- Event(Object, StateContext, Object[]) - 类 的构造器org.apache.mina.statemachine.event.Event
-
Creates a new
Event
with the specified id and arguments.
- EventArgumentsInterceptor - org.apache.mina.statemachine.event中的接口
-
Intercepts the
Event
arguments before the
Event
is passed
to the
StateMachine
and allows for the arguments to be modified.
- EventFactory - org.apache.mina.statemachine.event中的接口
-
- EXCEPTION - 接口 中的静态变量org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutHandler
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter
-
- exceptionCaught(IoSession, Throwable) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter.NextFilter
-
Forwards exceptionCaught event to next filter.
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.core.filterchain.IoFilterAdapter
-
- exceptionCaught(IoSession, Throwable) - 接口 中的方法org.apache.mina.core.service.IoHandler
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.core.service.IoHandlerAdapter
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.chat.ChatProtocolHandler
-
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.echoserver.EchoProtocolHandler
-
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.gettingstarted.timeserver.TimeServerHandler
-
Trap exceptions.
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.imagine.step1.client.ImageClient
-
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.imagine.step1.server.ImageServerIoHandler
-
This method will be called whenever an exception occurs.
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
-
This method will be called whenever an exception occurs.
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.reverser.ReverseProtocolHandler
-
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.sumup.ClientSessionHandler
-
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.sumup.ServerSessionHandler
-
- exceptionCaught(IoSession, Exception) - 类 中的方法org.apache.mina.example.tapedeck.AuthenticationHandler
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.example.tapedeck.AuthenticationHandler
-
- exceptionCaught(IoSession, Exception) - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
-
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.tcp.perf.TcpClient
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.tcp.perf.TcpServer
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.tennis.TennisPlayer
-
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.udp.client.MemMonClient
-
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.udp.MemoryMonitorHandler
-
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.udp.perf.UdpClient
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.example.udp.perf.UdpServer
-
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.filter.buffer.BufferedWriteFilter
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.filter.executor.ExecutorFilter
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.filter.ssl.SslFilter
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.filter.util.CommonEventFilter
-
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.filter.util.ReferenceCountingFilter
-
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.handler.demux.DemuxingIoHandler
-
Invoked when any exception is thrown by user IoHandler implementation
or by MINA.
- exceptionCaught(IoSession, E) - 接口 中的方法org.apache.mina.handler.demux.ExceptionHandler
-
Invoked when the specific type of exception is caught from the
specified session
.
- exceptionCaught(Throwable) - 接口 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandler
-
已过时。
Invoked when any exception is thrown by user
IoHandler
implementation or by MINA.
- exceptionCaught(Throwable) - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
-
已过时。
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
-
已过时。
- exceptionCaught(IoSession, Throwable) - 类 中的方法org.apache.mina.handler.stream.StreamIoHandler
-
Forwards caught exceptions to input stream.
- exceptionCaught(IoFilter.NextFilter, IoSession, Throwable) - 类 中的方法org.apache.mina.proxy.filter.ProxyFilter
-
Called when an exception occurs in the chain.
- exceptionCaught(Throwable) - 类 中的方法org.apache.mina.util.DefaultExceptionMonitor
-
Invoked when there are any uncaught exceptions.
- exceptionCaught(Throwable) - 类 中的方法org.apache.mina.util.ExceptionMonitor
-
Invoked when there are any uncaught exceptions.
- ExceptionHandler<E extends java.lang.Throwable> - org.apache.mina.handler.demux中的接口
-
- ExceptionMonitor - org.apache.mina.util中的类
-
Monitors uncaught exceptions.
- ExceptionMonitor() - 类 的构造器org.apache.mina.util.ExceptionMonitor
-
- execute(Runnable) - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- execute(Runnable) - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- execute(IoHandlerCommand.NextCommand, IoSession, Object) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
-
- execute(IoHandlerCommand.NextCommand, IoSession, Object) - 接口 中的方法org.apache.mina.handler.chain.IoHandlerCommand
-
Execute a unit of processing work to be performed.
- execute(IoSession, Object) - 接口 中的方法org.apache.mina.handler.chain.IoHandlerCommand.NextCommand
-
- execute(Runnable) - 类 中的方法org.apache.mina.integration.xbean.StandardThreadPool
-
- execute(StateContext, State) - 类 中的方法org.apache.mina.statemachine.transition.AbstractSelfTransition
-
- execute(Event) - 类 中的方法org.apache.mina.statemachine.transition.AbstractTransition
-
- execute(StateContext, State) - 接口 中的方法org.apache.mina.statemachine.transition.SelfTransition
-
- execute(Event) - 接口 中的方法org.apache.mina.statemachine.transition.Transition
-
- executeWorker(Runnable) - 类 中的方法org.apache.mina.core.service.AbstractIoService
-
- executeWorker(Runnable, String) - 类 中的方法org.apache.mina.core.service.AbstractIoService
-
- ExecutorFilter - org.apache.mina.filter.executor中的类
-
A filter that forwards I/O events to Executor
to enforce a certain
thread model while allowing the events per session to be processed
simultaneously.
- ExecutorFilter() - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
(Convenience constructor) Creates a new instance with a new
OrderedThreadPoolExecutor
, no thread in the pool, and a
maximum of 16 threads in the pool.
- ExecutorFilter(int) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
(Convenience constructor) Creates a new instance with a new
OrderedThreadPoolExecutor
, no thread in the pool, but
a maximum of threads in the pool is given.
- ExecutorFilter(int, int) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
(Convenience constructor) Creates a new instance with a new
OrderedThreadPoolExecutor
, a number of thread to start with, a
maximum of threads the pool can contain.
- ExecutorFilter(int, int, long, TimeUnit) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, IoEventQueueHandler) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, ThreadFactory) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, ThreadFactory, IoEventQueueHandler) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(IoEventType...) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, IoEventType...) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, IoEventType...) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, IoEventType...) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, IoEventQueueHandler, IoEventType...) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, ThreadFactory, IoEventType...) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(int, int, long, TimeUnit, ThreadFactory, IoEventQueueHandler, IoEventType...) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
- ExecutorFilter(Executor) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
Creates a new instance with the specified Executor
.
- ExecutorFilter(Executor, IoEventType...) - 类 的构造器org.apache.mina.filter.executor.ExecutorFilter
-
Creates a new instance with the specified Executor
.
- expand(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
-
Changes the capacity and limit of this buffer so this buffer get the
specified expectedRemaining room from the current position.
- expand(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
-
Changes the capacity and limit of this buffer so this buffer get the
specified expectedRemaining room from the specified
position.
- expand(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
Changes the capacity and limit of this buffer so this buffer get the
specified expectedRemaining room from the current position.
- expand(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
Changes the capacity and limit of this buffer so this buffer get the
specified expectedRemaining room from the specified
position.
- expand(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- expand(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- expand(CompositeByteArray, int) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.ChunkedExpander
-
- expand(CompositeByteArray, int) - 接口 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.Expander
-
- expand(CompositeByteArray, int) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.NopExpander
-
- ExpirationListener<E> - org.apache.mina.util中的接口
-
A listener for expired object events.
- expired(E) - 接口 中的方法org.apache.mina.util.ExpirationListener
-
- ExpiringMap<K,V> - org.apache.mina.util中的类
-
A map with expiration.
- ExpiringMap() - 类 的构造器org.apache.mina.util.ExpiringMap
-
Creates a new instance of ExpiringMap using the default values
DEFAULT_TIME_TO_LIVE and DEFAULT_EXPIRATION_INTERVAL
- ExpiringMap(int) - 类 的构造器org.apache.mina.util.ExpiringMap
-
Creates a new instance of ExpiringMap using the supplied
time-to-live value and the default value for DEFAULT_EXPIRATION_INTERVAL
- ExpiringMap(int, int) - 类 的构造器org.apache.mina.util.ExpiringMap
-
Creates a new instance of ExpiringMap using the supplied values and
a ConcurrentHashMap
for the internal data structure.
- ExpiringMap.Expirer - org.apache.mina.util中的类
-
A Thread that monitors an
ExpiringMap
and will remove
elements that have passed the threshold.
- ExpiringMap.Expirer() - 类 的构造器org.apache.mina.util.ExpiringMap.Expirer
-
Creates a new instance of Expirer.
- ExpiringSessionRecycler - org.apache.mina.core.session中的类
-
- ExpiringSessionRecycler() - 类 的构造器org.apache.mina.core.session.ExpiringSessionRecycler
-
- ExpiringSessionRecycler(int) - 类 的构造器org.apache.mina.core.session.ExpiringSessionRecycler
-
- ExpiringSessionRecycler(int, int) - 类 的构造器org.apache.mina.core.session.ExpiringSessionRecycler
-
- extractChallengeFromType2Message(byte[]) - 类 中的静态方法org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
Extracts the NTLM challenge from the type 2 message as an 8 byte array.
- extractFlagsFromType2Message(byte[]) - 类 中的静态方法org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
Extracts the NTLM flags from the type 2 message.
- extractTargetInfoFromType2Message(byte[], Integer) - 类 中的静态方法org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
Extracts the target information block from the type 2 message.
- extractTargetNameFromType2Message(byte[], Integer) - 类 中的静态方法org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
Extracts the target name from the type 2 message.