- NAME - 类 中的静态变量org.apache.mina.example.tapedeck.EjectCommand
-
- NAME - 类 中的静态变量org.apache.mina.example.tapedeck.InfoCommand
-
- NAME - 类 中的静态变量org.apache.mina.example.tapedeck.ListCommand
-
- NAME - 类 中的静态变量org.apache.mina.example.tapedeck.LoadCommand
-
- NAME - 类 中的静态变量org.apache.mina.example.tapedeck.PasswordCommand
-
- NAME - 类 中的静态变量org.apache.mina.example.tapedeck.PauseCommand
-
- NAME - 类 中的静态变量org.apache.mina.example.tapedeck.PlayCommand
-
- NAME - 类 中的静态变量org.apache.mina.example.tapedeck.QuitCommand
-
- NAME - 类 中的静态变量org.apache.mina.example.tapedeck.StopCommand
-
- NAME - 类 中的静态变量org.apache.mina.example.tapedeck.UserCommand
-
- NamePreservingRunnable - org.apache.mina.util中的类
-
A Runnable
wrapper that preserves the name of the thread after the runnable is
complete (for Runnable
s that change the name of the Thread they use.)
- NamePreservingRunnable(Runnable, String) - 类 的构造器org.apache.mina.util.NamePreservingRunnable
-
Creates a new instance of NamePreservingRunnable.
- NEED_DATA - 接口 中的静态变量org.apache.mina.filter.codec.demux.MessageDecoder
-
- NEED_DATA - 类 中的静态变量org.apache.mina.filter.codec.demux.MessageDecoderResult
-
- NetCatProtocolHandler - org.apache.mina.example.netcat中的类
-
- NetCatProtocolHandler() - 类 的构造器org.apache.mina.example.netcat.NetCatProtocolHandler
-
- networkByteOrderToInt(byte[], int, int) - 类 中的静态方法org.apache.mina.proxy.utils.ByteUtilities
-
Returns the integer represented by up to 4 bytes in network byte order.
- newCollection() - 类 中的方法org.apache.mina.integration.beans.CollectionEditor
-
- newCollection() - 类 中的方法org.apache.mina.integration.beans.ListEditor
-
- newCollection() - 类 中的方法org.apache.mina.integration.beans.SetEditor
-
- newFailedFuture(Throwable) - 类 中的静态方法org.apache.mina.core.future.DefaultConnectFuture
-
Creates a new instance of a Connection Failure, with the associated cause.
- newHandle(SocketAddress) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
-
Create a new client socket handle from a local SocketAddress
- newHandle(SocketAddress) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketConnector
-
Create a new client socket handle from a local SocketAddress
- newHandle(SocketAddress) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- newHandle(SocketAddress) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketConnector
-
Create a new client socket handle from a local SocketAddress
- newInstance() - 类 中的方法org.apache.mina.filter.ssl.KeyStoreFactory
-
Creates a new KeyStore
.
- newInstance() - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
- newMap() - 类 中的方法org.apache.mina.integration.beans.MapEditor
-
- newMap() - 类 中的方法org.apache.mina.integration.beans.PropertiesEditor
-
- newNotWrittenFuture(IoSession, Throwable) - 类 中的静态方法org.apache.mina.core.future.DefaultWriteFuture
-
- newSession(SocketAddress, SocketAddress) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
(Optional) Returns an
IoSession
that is bound to the specified
localAddress and the specified
remoteAddress which
reuses the local address that is already bound by this service.
- newSession(IoProcessor<T>, H) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
-
Create a new
IoSession
from a connected socket client handle.
- newSession(SocketAddress, SocketAddress) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
-
(Optional) Returns an
IoSession
that is bound to the specified
localAddress and the specified
remoteAddress which
reuses the local address that is already bound by this service.
- newSession(IoProcessor<AprSession>, Long) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketConnector
-
Create a new
IoSession
from a connected socket client handle.
- newSession(IoProcessor<NioSession>, DatagramChannel, SocketAddress) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- newSession(SocketAddress, SocketAddress) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
(Optional) Returns an
IoSession
that is bound to the specified
localAddress and the specified
remoteAddress which
reuses the local address that is already bound by this service.
- newSession(IoProcessor<NioSession>, DatagramChannel) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- newSession(IoProcessor<NioSession>, SocketChannel) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketConnector
-
Create a new
IoSession
from a connected socket client handle.
- newSession(SocketAddress, SocketAddress) - 类 中的方法org.apache.mina.transport.vmpipe.VmPipeAcceptor
-
(Optional) Returns an
IoSession
that is bound to the specified
localAddress and the specified
remoteAddress which
reuses the local address that is already bound by this service.
- newWrittenFuture(IoSession) - 类 中的静态方法org.apache.mina.core.future.DefaultWriteFuture
-
- next() - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor.IoSessionIterator
- NioDatagramAcceptor - org.apache.mina.transport.socket.nio中的类
-
- NioDatagramAcceptor() - 类 的构造器org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
Creates a new instance.
- NioDatagramAcceptor(Executor) - 类 的构造器org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
Creates a new instance.
- NioDatagramConnector - org.apache.mina.transport.socket.nio中的类
-
- NioDatagramConnector() - 类 的构造器org.apache.mina.transport.socket.nio.NioDatagramConnector
-
Creates a new instance.
- NioDatagramConnector(int) - 类 的构造器org.apache.mina.transport.socket.nio.NioDatagramConnector
-
Creates a new instance.
- NioDatagramConnector(IoProcessor<NioSession>) - 类 的构造器org.apache.mina.transport.socket.nio.NioDatagramConnector
-
Creates a new instance.
- NioDatagramConnector(Class<? extends IoProcessor<NioSession>>, int) - 类 的构造器org.apache.mina.transport.socket.nio.NioDatagramConnector
-
Constructor for
NioDatagramConnector
with default configuration which will use a built-in
thread pool executor to manage the given number of processor instances.
- NioDatagramConnector(Class<? extends IoProcessor<NioSession>>) - 类 的构造器org.apache.mina.transport.socket.nio.NioDatagramConnector
-
Constructor for
NioDatagramConnector
with default configuration with default configuration which will use a built-in
thread pool executor to manage the default number of processor instances.
- NioProcessor - org.apache.mina.transport.socket.nio中的类
-
TODO Add documentation
- NioProcessor(Executor) - 类 的构造器org.apache.mina.transport.socket.nio.NioProcessor
-
Creates a new instance of NioProcessor.
- NioProcessor(Executor, SelectorProvider) - 类 的构造器org.apache.mina.transport.socket.nio.NioProcessor
-
Creates a new instance of NioProcessor.
- NioProcessor.IoSessionIterator<NioSession> - org.apache.mina.transport.socket.nio中的类
-
An encapsulating iterator around the Selector.selectedKeys()
or
the Selector.keys()
iterator;
- NioSession - org.apache.mina.transport.socket.nio中的类
-
An
IoSession
which is managed by the NIO transport.
- NioSession(IoProcessor<NioSession>, IoService, Channel) - 类 的构造器org.apache.mina.transport.socket.nio.NioSession
-
Creates a new instance of NioSession, with its associated IoProcessor.
- NioSocketAcceptor - org.apache.mina.transport.socket.nio中的类
-
- NioSocketAcceptor() - 类 的构造器org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
- NioSocketAcceptor(int) - 类 的构造器org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
- NioSocketAcceptor(IoProcessor<NioSession>) - 类 的构造器org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
- NioSocketAcceptor(Executor, IoProcessor<NioSession>) - 类 的构造器org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Constructor for
NioSocketAcceptor
with a given
Executor
for handling
connection events and a given
IoProcessor
for handling I/O events, useful for
sharing the same processor and executor over multiple
IoService
of the same type.
- NioSocketAcceptor(int, SelectorProvider) - 类 的构造器org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Constructor for
NioSocketAcceptor
using default parameters, and
given number of
NioProcessor
for multithreading I/O operations, and
a custom SelectorProvider for NIO
- NioSocketConnector - org.apache.mina.transport.socket.nio中的类
-
- NioSocketConnector() - 类 的构造器org.apache.mina.transport.socket.nio.NioSocketConnector
-
- NioSocketConnector(int) - 类 的构造器org.apache.mina.transport.socket.nio.NioSocketConnector
-
- NioSocketConnector(IoProcessor<NioSession>) - 类 的构造器org.apache.mina.transport.socket.nio.NioSocketConnector
-
- NioSocketConnector(Executor, IoProcessor<NioSession>) - 类 的构造器org.apache.mina.transport.socket.nio.NioSocketConnector
-
Constructor for
NioSocketConnector
with a given
Executor
for handling
connection events and a given
IoProcessor
for handling I/O events, useful for sharing
the same processor and executor over multiple
IoService
of the same type.
- NioSocketConnector(Class<? extends IoProcessor<NioSession>>, int) - 类 的构造器org.apache.mina.transport.socket.nio.NioSocketConnector
-
Constructor for
NioSocketConnector
with default configuration which will use a built-in
thread pool executor to manage the given number of processor instances.
- NioSocketConnector(Class<? extends IoProcessor<NioSession>>) - 类 的构造器org.apache.mina.transport.socket.nio.NioSocketConnector
-
Constructor for
NioSocketConnector
with default configuration with default configuration which will use a built-in
thread pool executor to manage the default number of processor instances.
- NO_ACCEPTABLE_AUTH_METHOD - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- NO_AUTH - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
SOCKS v5 authentication methods.
- NOOP - 接口 中的静态变量org.apache.mina.core.filterchain.IoFilterChainBuilder
-
An implementation which does nothing.
- NOOP - 接口 中的静态变量org.apache.mina.core.session.IoSessionRecycler
-
A dummy recycler that doesn't recycle any sessions.
- NOOP - 接口 中的静态变量org.apache.mina.filter.executor.IoEventQueueHandler
-
A dummy handler which always accepts event doing nothing particular.
- NOOP - 接口 中的静态变量org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutHandler
-
Do nothing.
- NOOP - 接口 中的静态变量org.apache.mina.handler.demux.ExceptionHandler
-
- NOOP - 接口 中的静态变量org.apache.mina.handler.demux.MessageHandler
-
- NoopFilter - org.apache.mina.filter.util中的类
-
A Noop filter.
- NoopFilter() - 类 的构造器org.apache.mina.filter.util.NoopFilter
-
Default Constructor.
- NoopTransition - org.apache.mina.statemachine.transition中的类
-
Transition
implementation which does nothing but change the state.
- NoopTransition(Object) - 类 的构造器org.apache.mina.statemachine.transition.NoopTransition
-
Creates a new instance which will loopback to the same
State
for the specified
Event
id.
- NoopTransition(Object, State) - 类 的构造器org.apache.mina.statemachine.transition.NoopTransition
-
Creates a new instance with the specified
State
as next state
and for the specified
Event
id.
- normalizeCapacity(int) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
-
Normalizes the specified capacity of the buffer to power of 2, which is
often helpful for optimal memory usage and performance.
- NoSuchMethodException - org.apache.mina.statemachine.transition中的异常错误
-
RuntimeException
equivalent of NoSuchMethodException
.
- NoSuchMethodException(String) - 异常错误 的构造器org.apache.mina.statemachine.transition.NoSuchMethodException
-
Creates a new instance using the specified method name as message.
- NoSuchStateException - org.apache.mina.statemachine中的异常错误
-
Exception thrown by
StateMachine
when a transition in the state
machine references a state which doesn't exist.
- NoSuchStateException(String) - 异常错误 的构造器org.apache.mina.statemachine.NoSuchStateException
-
Creates a new instance.
- NOT_OK - 接口 中的静态变量org.apache.mina.filter.codec.demux.MessageDecoder
-
- NOT_OK - 类 中的静态变量org.apache.mina.filter.codec.demux.MessageDecoderResult
-
- NothingWrittenException - org.apache.mina.core.write中的异常错误
-
An exception which is thrown when one or more write requests resulted
in no actual write operation.
- NothingWrittenException(Collection<WriteRequest>, String, Throwable) - 异常错误 的构造器org.apache.mina.core.write.NothingWrittenException
-
- NothingWrittenException(Collection<WriteRequest>, String) - 异常错误 的构造器org.apache.mina.core.write.NothingWrittenException
-
- NothingWrittenException(Collection<WriteRequest>, Throwable) - 异常错误 的构造器org.apache.mina.core.write.NothingWrittenException
-
- NothingWrittenException(Collection<WriteRequest>) - 异常错误 的构造器org.apache.mina.core.write.NothingWrittenException
-
- NothingWrittenException(WriteRequest, String, Throwable) - 异常错误 的构造器org.apache.mina.core.write.NothingWrittenException
-
- NothingWrittenException(WriteRequest, String) - 异常错误 的构造器org.apache.mina.core.write.NothingWrittenException
-
- NothingWrittenException(WriteRequest, Throwable) - 异常错误 的构造器org.apache.mina.core.write.NothingWrittenException
-
- NothingWrittenException(WriteRequest) - 异常错误 的构造器org.apache.mina.core.write.NothingWrittenException
-
- notifyIdleness(Iterator<? extends IoSession>, long) - 类 中的静态方法org.apache.mina.core.session.AbstractIoSession
-
- notifyIdleSession(IoSession, long) - 类 中的静态方法org.apache.mina.core.session.AbstractIoSession
-
- NTLM_SIGNATURE - 接口 中的静态变量org.apache.mina.proxy.handlers.http.ntlm.NTLMConstants
-
- NTLMConstants - org.apache.mina.proxy.handlers.http.ntlm中的接口
-
NTLMConstants.java - All NTLM constants.
- NTLMResponses - org.apache.mina.proxy.handlers.http.ntlm中的类
-
NTLMResponses.java - Calculates the various Type 3 responses.
- NTLMResponses() - 类 的构造器org.apache.mina.proxy.handlers.http.ntlm.NTLMResponses
-
- NTLMSSP_OID - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
Microsoft NTLM security support provider.
- NTLMUtilities - org.apache.mina.proxy.handlers.http.ntlm中的类
-
NTLMUtilities.java - NTLM functions used for authentication and unit testing.
- NTLMUtilities() - 类 的构造器org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
-
- NUL - 类 中的静态变量org.apache.mina.filter.codec.textline.LineDelimiter
-
The line delimiter constant for NUL-terminated text protocols
such as Flash XML socket ("\0")
- NullEditor - org.apache.mina.integration.beans中的类
-
A dummy PropertyEditor
for null.
- NullEditor() - 类 的构造器org.apache.mina.integration.beans.NullEditor
-
- NumberEditor - org.apache.mina.integration.beans中的类
-
A PropertyEditor
which converts a String
into
a Number
and vice versa.
- NumberEditor() - 类 的构造器org.apache.mina.integration.beans.NumberEditor
-