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 

A

AbstractAuthLogicHandler - org.apache.mina.proxy.handlers.http中的类
AbstractAuthLogicHandler.java - Abstract class that handles an authentication mechanism logic.
AbstractAuthLogicHandler(ProxyIoSession) - 类 的构造器org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
Instantiates a handler for the given proxy session.
AbstractDatagramSessionConfig - org.apache.mina.transport.socket中的类
TODO Add documentation
AbstractDatagramSessionConfig() - 类 的构造器org.apache.mina.transport.socket.AbstractDatagramSessionConfig
 
AbstractHttpLogicHandler - org.apache.mina.proxy.handlers.http中的类
AbstractHttpLogicHandler.java - Base class for HTTP proxy AbstractProxyLogicHandler implementations.
AbstractHttpLogicHandler(ProxyIoSession) - 类 的构造器org.apache.mina.proxy.handlers.http.AbstractHttpLogicHandler
AbstractIoAcceptor - org.apache.mina.core.service中的类
A base implementation of IoAcceptor.
AbstractIoAcceptor(IoSessionConfig, Executor) - 类 的构造器org.apache.mina.core.service.AbstractIoAcceptor
Constructor for AbstractIoAcceptor.
AbstractIoAcceptor.AcceptorOperationFuture - org.apache.mina.core.service中的类
 
AbstractIoAcceptor.AcceptorOperationFuture(List<? extends SocketAddress>) - 类 的构造器org.apache.mina.core.service.AbstractIoAcceptor.AcceptorOperationFuture
 
AbstractIoBuffer - org.apache.mina.core.buffer中的类
A base implementation of IoBuffer.
AbstractIoBuffer(IoBufferAllocator, int) - 类 的构造器org.apache.mina.core.buffer.AbstractIoBuffer
Creates a new parent buffer.
AbstractIoBuffer(AbstractIoBuffer) - 类 的构造器org.apache.mina.core.buffer.AbstractIoBuffer
Creates a new derived buffer.
AbstractIoConnector - org.apache.mina.core.service中的类
A base implementation of IoConnector.
AbstractIoConnector(IoSessionConfig, Executor) - 类 的构造器org.apache.mina.core.service.AbstractIoConnector
Constructor for AbstractIoConnector.
AbstractIoService - org.apache.mina.core.service中的类
Base implementation of IoServices.
AbstractIoService(IoSessionConfig, Executor) - 类 的构造器org.apache.mina.core.service.AbstractIoService
Constructor for AbstractIoService.
AbstractIoService.ServiceOperationFuture - org.apache.mina.core.service中的类
A specific class used to
AbstractIoService.ServiceOperationFuture() - 类 的构造器org.apache.mina.core.service.AbstractIoService.ServiceOperationFuture
 
AbstractIoSession - org.apache.mina.core.session中的类
Base implementation of IoSession.
AbstractIoSession(IoService) - 类 的构造器org.apache.mina.core.session.AbstractIoSession
Create a Session for a service
AbstractIoSessionConfig - org.apache.mina.core.session中的类
A base implementation of IoSessionConfig.
AbstractIoSessionConfig() - 类 的构造器org.apache.mina.core.session.AbstractIoSessionConfig
 
AbstractMessage - org.apache.mina.example.sumup.message中的类
A base message for SumUp protocol messages.
AbstractMessage() - 类 的构造器org.apache.mina.example.sumup.message.AbstractMessage
 
AbstractMessageDecoder - org.apache.mina.example.sumup.codec中的类
A MessageDecoder that decodes message header and forwards the decoding of body to a subclass.
AbstractMessageDecoder(int) - 类 的构造器org.apache.mina.example.sumup.codec.AbstractMessageDecoder
 
AbstractMessageEncoder<T extends AbstractMessage> - org.apache.mina.example.sumup.codec中的类
A MessageEncoder that encodes message header and forwards the encoding of body to a subclass.
AbstractMessageEncoder(int) - 类 的构造器org.apache.mina.example.sumup.codec.AbstractMessageEncoder
 
AbstractPollingIoAcceptor<S extends AbstractIoSession,H> - org.apache.mina.core.polling中的类
A base class for implementing transport using a polling strategy.
AbstractPollingIoAcceptor(IoSessionConfig, Class<? extends IoProcessor<S>>) - 类 的构造器org.apache.mina.core.polling.AbstractPollingIoAcceptor
Constructor for AbstractPollingIoAcceptor.
AbstractPollingIoAcceptor(IoSessionConfig, Class<? extends IoProcessor<S>>, int) - 类 的构造器org.apache.mina.core.polling.AbstractPollingIoAcceptor
Constructor for AbstractPollingIoAcceptor.
AbstractPollingIoAcceptor(IoSessionConfig, Class<? extends IoProcessor<S>>, int, SelectorProvider) - 类 的构造器org.apache.mina.core.polling.AbstractPollingIoAcceptor
Constructor for AbstractPollingIoAcceptor.
AbstractPollingIoAcceptor(IoSessionConfig, IoProcessor<S>) - 类 的构造器org.apache.mina.core.polling.AbstractPollingIoAcceptor
Constructor for AbstractPollingIoAcceptor.
AbstractPollingIoAcceptor(IoSessionConfig, Executor, IoProcessor<S>) - 类 的构造器org.apache.mina.core.polling.AbstractPollingIoAcceptor
Constructor for AbstractPollingIoAcceptor.
AbstractPollingIoConnector<T extends AbstractIoSession,H> - org.apache.mina.core.polling中的类
A base class for implementing client transport using a polling strategy.
AbstractPollingIoConnector(IoSessionConfig, Class<? extends IoProcessor<T>>) - 类 的构造器org.apache.mina.core.polling.AbstractPollingIoConnector
AbstractPollingIoConnector(IoSessionConfig, Class<? extends IoProcessor<T>>, int) - 类 的构造器org.apache.mina.core.polling.AbstractPollingIoConnector
AbstractPollingIoConnector(IoSessionConfig, IoProcessor<T>) - 类 的构造器org.apache.mina.core.polling.AbstractPollingIoConnector
AbstractPollingIoConnector(IoSessionConfig, Executor, IoProcessor<T>) - 类 的构造器org.apache.mina.core.polling.AbstractPollingIoConnector
AbstractPollingIoConnector.ConnectionRequest - org.apache.mina.core.polling中的类
 
AbstractPollingIoConnector.ConnectionRequest(H, IoSessionInitializer<? extends ConnectFuture>) - 类 的构造器org.apache.mina.core.polling.AbstractPollingIoConnector.ConnectionRequest
 
AbstractPollingIoProcessor<S extends AbstractIoSession> - org.apache.mina.core.polling中的类
An abstract implementation of IoProcessor which helps transport developers to write an IoProcessor easily.
AbstractPollingIoProcessor(Executor) - 类 的构造器org.apache.mina.core.polling.AbstractPollingIoProcessor
Create an AbstractPollingIoProcessor with the given Executor for handling I/Os events.
AbstractPropertyAccessor - org.apache.mina.integration.ognl中的类
An abstract OGNL PropertyAccessor for MINA constructs.
AbstractPropertyAccessor() - 类 的构造器org.apache.mina.integration.ognl.AbstractPropertyAccessor
 
AbstractPropertyEditor - org.apache.mina.integration.beans中的类
An abstract bi-directional PropertyEditor.
AbstractPropertyEditor() - 类 的构造器org.apache.mina.integration.beans.AbstractPropertyEditor
 
AbstractProtocolDecoderOutput - org.apache.mina.filter.codec中的类
A ProtocolDecoderOutput based on queue.
AbstractProtocolDecoderOutput() - 类 的构造器org.apache.mina.filter.codec.AbstractProtocolDecoderOutput
 
AbstractProtocolEncoderOutput - org.apache.mina.filter.codec中的类
A ProtocolEncoderOutput based on queue.
AbstractProtocolEncoderOutput() - 类 的构造器org.apache.mina.filter.codec.AbstractProtocolEncoderOutput
 
AbstractProxyIoHandler - org.apache.mina.example.proxy中的类
Base class of IoHandler classes which handle proxied connections.
AbstractProxyIoHandler() - 类 的构造器org.apache.mina.example.proxy.AbstractProxyIoHandler
 
AbstractProxyIoHandler - org.apache.mina.proxy中的类
AbstractProxyIoHandler.java - IoHandler that intercepts events until handshake is complete.
AbstractProxyIoHandler() - 类 的构造器org.apache.mina.proxy.AbstractProxyIoHandler
 
AbstractProxyLogicHandler - org.apache.mina.proxy中的类
AbstractProxyLogicHandler.java - Helper class to handle proxy handshaking logic.
AbstractProxyLogicHandler(ProxyIoSession) - 类 的构造器org.apache.mina.proxy.AbstractProxyLogicHandler
AbstractSelfTransition - org.apache.mina.statemachine.transition中的类
Abstract SelfTransition implementation.
AbstractSelfTransition() - 类 的构造器org.apache.mina.statemachine.transition.AbstractSelfTransition
Creates a new instance
AbstractSocketSessionConfig - org.apache.mina.transport.socket中的类
TODO Add documentation
AbstractSocketSessionConfig() - 类 的构造器org.apache.mina.transport.socket.AbstractSocketSessionConfig
 
AbstractSocksLogicHandler - org.apache.mina.proxy.handlers.socks中的类
AbstractSocksLogicHandler.java - Base class for SOCKS AbstractProxyLogicHandler implementations.
AbstractSocksLogicHandler(ProxyIoSession) - 类 的构造器org.apache.mina.proxy.handlers.socks.AbstractSocksLogicHandler
AbstractStateContext - org.apache.mina.statemachine.context中的类
Abstract StateContext which uses a Map to store the attributes.
AbstractStateContext() - 类 的构造器org.apache.mina.statemachine.context.AbstractStateContext
 
AbstractStateContextLookup - org.apache.mina.statemachine.context中的类
Abstract StateContextLookup implementation.
AbstractStateContextLookup(StateContextFactory) - 类 的构造器org.apache.mina.statemachine.context.AbstractStateContextLookup
Creates a new instance which uses the specified StateContextFactory to create StateContext objects.
AbstractStreamWriteFilter<T> - org.apache.mina.filter.stream中的类
TODO Add documentation
AbstractStreamWriteFilter() - 类 的构造器org.apache.mina.filter.stream.AbstractStreamWriteFilter
 
AbstractTransition - org.apache.mina.statemachine.transition中的类
Abstract Transition implementation.
AbstractTransition(Object) - 类 的构造器org.apache.mina.statemachine.transition.AbstractTransition
Creates a new instance which will loopback to the same State for the specified Event id.
AbstractTransition(Object, State) - 类 的构造器org.apache.mina.statemachine.transition.AbstractTransition
Creates a new instance with the specified State as next state and for the specified Event id.
accept(IoProcessor<S>, H) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
Accept a client connection for a server socket and return a new IoSession associated with the given IoProcessor
accept(Object, IoEvent) - 接口 中的方法org.apache.mina.filter.executor.IoEventQueueHandler
 
accept(Object, IoEvent) - 类 中的方法org.apache.mina.filter.executor.IoEventQueueThrottle
 
accept(IoProcessor<AprSession>, Long) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketAcceptor
Accept a client connection for a server socket and return a new IoSession associated with the given IoProcessor
accept(IoProcessor<NioSession>, ServerSocketChannel) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketAcceptor
Accept a client connection for a server socket and return a new IoSession associated with the given IoProcessor
actionPerformed(ActionEvent) - 类 中的方法org.apache.mina.example.chat.client.SwingChatClient.LoginAction
 
add(S) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Adds the specified session to the I/O processor so that the I/O processor starts to perform any I/O operations related with the session.
add(S) - 接口 中的方法org.apache.mina.core.service.IoProcessor
Adds the specified session to the I/O processor so that the I/O processor starts to perform any I/O operations related with the session.
add(IoServiceListener) - 类 中的方法org.apache.mina.core.service.IoServiceListenerSupport
Adds a new listener.
add(S) - 类 中的方法org.apache.mina.core.service.SimpleIoProcessorPool
Adds the specified session to the I/O processor so that the I/O processor starts to perform any I/O operations related with the session.
ADD - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
 
add(NioSession) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
Adds the specified session to the I/O processor so that the I/O processor starts to perform any I/O operations related with the session.
add(E) - 类 中的方法org.apache.mina.util.CircularQueue
 
add(int, E) - 类 中的方法org.apache.mina.util.CircularQueue
 
add(E) - 类 中的方法org.apache.mina.util.ConcurrentHashSet
 
add(E) - 类 中的方法org.apache.mina.util.MapBackedSet
 
add(E) - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
ADD_BODY_LEN - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
 
addAfter(String, String, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
addAfter(String, String, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
addAfter(String, String, IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
Adds the specified filter with the specified name just after the filter whose name is baseName in this chain.
addAfter(String, IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain.Entry
Adds the specified filter with the specified name just after this entry.
addAfter(String, String, IoHandlerCommand) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
addAll(Collection<? extends E>) - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
addBefore(String, String, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
addBefore(String, String, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
addBefore(String, String, IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
Adds the specified filter with the specified name just before the filter whose name is baseName in this chain.
addBefore(String, IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain.Entry
Adds the specified filter with the specified name just before this entry.
addBefore(String, String, IoHandlerCommand) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
addClient(SocketAddress) - 类 中的方法org.apache.mina.example.udp.MemoryMonitor
 
addExceptionHandler(Class<E>, ExceptionHandler<? super E>) - 类 中的方法org.apache.mina.handler.demux.DemuxingIoHandler
Registers a MessageHandler that receives the messages of the specified type.
addExpirationListener(ExpirationListener<V>) - 类 中的方法org.apache.mina.util.ExpiringMap
 
addFirst(String, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
addFirst(String, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
addFirst(String, IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
Adds the specified filter with the specified name at the beginning of this chain.
addFirst(String, IoHandlerCommand) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
addFirst(ByteArray) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Adds the specified ByteArray to the first position in the list
addKeepAliveHeaders(Map<String, List<String>>) - 类 中的静态方法org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
Try to force proxy connection to be kept alive.
addLast(String, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
addLast(String, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
addLast(String, IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
Adds the specified filter with the specified name at the end of this chain.
addLast(String, IoHandlerCommand) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
addLast(ByteArray) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Adds the specified ByteArray to the end of the list
addListener(IoFutureListener<?>) - 接口 中的方法org.apache.mina.core.future.CloseFuture
Adds an event listener which is notified when this future is completed.
addListener(IoFutureListener<?>) - 接口 中的方法org.apache.mina.core.future.ConnectFuture
Adds an event listener which is notified when this future is completed.
addListener(IoFutureListener<?>) - 类 中的方法org.apache.mina.core.future.DefaultCloseFuture
Adds an event listener which is notified when this future is completed.
addListener(IoFutureListener<?>) - 类 中的方法org.apache.mina.core.future.DefaultConnectFuture
Adds an event listener which is notified when this future is completed.
addListener(IoFutureListener<?>) - 类 中的方法org.apache.mina.core.future.DefaultIoFuture
Adds an event listener which is notified when this future is completed.
addListener(IoFutureListener<?>) - 类 中的方法org.apache.mina.core.future.DefaultReadFuture
Adds an event listener which is notified when this future is completed.
addListener(IoFutureListener<?>) - 类 中的方法org.apache.mina.core.future.DefaultWriteFuture
Adds an event listener which is notified when this future is completed.
addListener(IoFutureListener<?>) - 接口 中的方法org.apache.mina.core.future.IoFuture
Adds an event listener which is notified when this future is completed.
addListener(IoFutureListener<?>) - 接口 中的方法org.apache.mina.core.future.ReadFuture
Adds an event listener which is notified when this future is completed.
addListener(IoFutureListener<?>) - 接口 中的方法org.apache.mina.core.future.WriteFuture
Adds an event listener which is notified when this future is completed.
addListener(IoServiceListener) - 类 中的方法org.apache.mina.core.service.AbstractIoService
Adds an IoServiceListener that listens any events related with this service.
addListener(IoServiceListener) - 接口 中的方法org.apache.mina.core.service.IoService
Adds an IoServiceListener that listens any events related with this service.
AddMessage - org.apache.mina.example.sumup.message中的类
ADD message in SumUp protocol.
AddMessage() - 类 的构造器org.apache.mina.example.sumup.message.AddMessage
 
AddMessageDecoder - org.apache.mina.example.sumup.codec中的类
A MessageDecoder that decodes AddMessage.
AddMessageDecoder() - 类 的构造器org.apache.mina.example.sumup.codec.AddMessageDecoder
 
addMessageDecoder(Class<? extends MessageDecoder>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
 
addMessageDecoder(MessageDecoder) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
 
addMessageDecoder(MessageDecoderFactory) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
 
addMessageDecoder(Class<? extends MessageDecoder>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
 
addMessageDecoder(MessageDecoder) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
 
addMessageDecoder(MessageDecoderFactory) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolDecoder
 
AddMessageEncoder<T extends AddMessage> - org.apache.mina.example.sumup.codec中的类
A MessageEncoder that encodes AddMessage.
AddMessageEncoder() - 类 的构造器org.apache.mina.example.sumup.codec.AddMessageEncoder
 
addMessageEncoder(Class<?>, Class<? extends MessageEncoder>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
 
addMessageEncoder(Class<T>, MessageEncoder<? super T>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
 
addMessageEncoder(Class<T>, MessageEncoderFactory<? super T>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
 
addMessageEncoder(Iterable<Class<?>>, Class<? extends MessageEncoder>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
 
addMessageEncoder(Iterable<Class<? extends T>>, MessageEncoder<? super T>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
 
addMessageEncoder(Iterable<Class<? extends T>>, MessageEncoderFactory<? super T>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolCodecFactory
 
addMessageEncoder(Class<?>, Class<? extends MessageEncoder>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
 
addMessageEncoder(Class<T>, MessageEncoder<? super T>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
 
addMessageEncoder(Class<T>, MessageEncoderFactory<? super T>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
 
addMessageEncoder(Iterable<Class<?>>, Class<? extends MessageEncoder>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
 
addMessageEncoder(Iterable<Class<? extends T>>, MessageEncoder<? super T>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
 
addMessageEncoder(Iterable<Class<? extends T>>, MessageEncoderFactory<? super T>) - 类 中的方法org.apache.mina.filter.codec.demux.DemuxingProtocolEncoder
 
addReceivedMessageHandler(Class<E>, MessageHandler<? super E>) - 类 中的方法org.apache.mina.handler.demux.DemuxingIoHandler
Registers a MessageHandler that handles the received messages of the specified type.
addSentMessageHandler(Class<E>, MessageHandler<? super E>) - 类 中的方法org.apache.mina.handler.demux.DemuxingIoHandler
Registers a MessageHandler that handles the sent messages of the specified type.
addSession(AbstractIoSession) - 类 中的方法org.apache.mina.core.session.IdleStatusChecker
Add the session for being checked for idle.
addTransition(Transition) - 类 中的方法org.apache.mina.statemachine.State
Adds an outgoing Transition to this State with weight 0.
addTransition(Transition, int) - 类 中的方法org.apache.mina.statemachine.State
Adds an outgoing Transition to this State with the specified weight.
addValueToHeader(Map<String, List<String>>, String, String, boolean) - 类 中的静态方法org.apache.mina.proxy.utils.StringUtilities
Adds an header to the provided map of headers.
allHandles() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
Iterator for all the client sockets polled for connection.
allHandles() - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketConnector
Iterator for all the client sockets polled for connection.
allHandles() - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramConnector
 
allHandles() - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketConnector
Iterator for all the client sockets polled for connection.
allocate(int, boolean) - 类 中的方法org.apache.mina.core.buffer.CachedBufferAllocator
 
allocate(int) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Returns the direct or heap buffer which is capable to store the specified amount of bytes.
allocate(int, boolean) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
Returns a direct or heap IoBuffer which can contain the specified number of bytes.
allocate(int, boolean) - 接口 中的方法org.apache.mina.core.buffer.IoBufferAllocator
Returns the buffer which is capable of the specified size.
allocate(int, boolean) - 类 中的方法org.apache.mina.core.buffer.SimpleBufferAllocator
 
allocateNioBuffer(int, boolean) - 类 中的方法org.apache.mina.core.buffer.CachedBufferAllocator
 
allocateNioBuffer(int, boolean) - 接口 中的方法org.apache.mina.core.buffer.IoBufferAllocator
Returns the NIO buffer which is capable of the specified size.
allocateNioBuffer(int, boolean) - 类 中的方法org.apache.mina.core.buffer.SimpleBufferAllocator
 
allSessions() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Get an Iterator for the list of IoSession polled by this IoProcessor
allSessions() - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
Get an Iterator for the list of IoSession polled by this IoProcessor
allSessions() - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
 
AmbiguousMethodException - org.apache.mina.statemachine.transition中的异常错误
Thrown by the constructors in MethodTransition if there are several methods with the specifed name in the target object's class.
AmbiguousMethodException(String) - 异常错误 的构造器org.apache.mina.statemachine.transition.AmbiguousMethodException
Creates a new instance using the specified method name as message.
appendEscapingCDATA(StringBuffer, String) - 类 中的静态方法org.apache.mina.util.Transform
Ensures that embeded CDEnd strings (]]>) are handled properly within message, NDC and throwable tag text.
AprIoProcessor - org.apache.mina.transport.socket.apr中的类
The class in charge of processing socket level IO events for the AprSocketConnector
AprIoProcessor(Executor) - 类 的构造器org.apache.mina.transport.socket.apr.AprIoProcessor
Create a new instance of AprIoProcessor with a given Exector for handling I/Os events.
AprSession - org.apache.mina.transport.socket.apr中的类
An abstract IoSession serving of base for APR based sessions.
AprSocketAcceptor - org.apache.mina.transport.socket.apr中的类
IoAcceptor for APR based socket transport (TCP/IP).
AprSocketAcceptor() - 类 的构造器org.apache.mina.transport.socket.apr.AprSocketAcceptor
Constructor for AprSocketAcceptor using default parameters (multiple thread model).
AprSocketAcceptor(int) - 类 的构造器org.apache.mina.transport.socket.apr.AprSocketAcceptor
Constructor for AprSocketAcceptor using default parameters, and given number of AprIoProcessor for multithreading I/O operations.
AprSocketAcceptor(IoProcessor<AprSession>) - 类 的构造器org.apache.mina.transport.socket.apr.AprSocketAcceptor
Constructor for AprSocketAcceptor with default configuration but a specific AprIoProcessor, useful for sharing the same processor over multiple IoService of the same type.
AprSocketAcceptor(Executor, IoProcessor<AprSession>) - 类 的构造器org.apache.mina.transport.socket.apr.AprSocketAcceptor
Constructor for AprSocketAcceptor with a given Executor for handling connection events and a given AprIoProcessor for handling I/O events, useful for sharing the same processor and executor over multiple IoService of the same type.
AprSocketConnector - org.apache.mina.transport.socket.apr中的类
IoConnector for APR based socket transport (TCP/IP).
AprSocketConnector() - 类 的构造器org.apache.mina.transport.socket.apr.AprSocketConnector
Create an AprSocketConnector with default configuration (multiple thread model).
AprSocketConnector(int) - 类 的构造器org.apache.mina.transport.socket.apr.AprSocketConnector
Constructor for AprSocketConnector with default configuration, and given number of AprIoProcessor for multithreading I/O operations
AprSocketConnector(IoProcessor<AprSession>) - 类 的构造器org.apache.mina.transport.socket.apr.AprSocketConnector
Constructor for AprSocketConnector with default configuration but a specific IoProcessor, useful for sharing the same processor over multiple IoService of the same type.
AprSocketConnector(Executor, IoProcessor<AprSession>) - 类 的构造器org.apache.mina.transport.socket.apr.AprSocketConnector
Constructor for AprSocketConnector 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.
array() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
array() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
ArrayEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into a one-dimensional array and vice versa.
ArrayEditor(Class<?>) - 类 的构造器org.apache.mina.integration.beans.ArrayEditor
 
arrayOffset() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
arrayOffset() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
ArrayUtil - org.apache.mina.http中的类
 
ArrayUtil() - 类 的构造器org.apache.mina.http.ArrayUtil
 
asByteArray(String) - 类 中的静态方法org.apache.mina.proxy.utils.ByteUtilities
Converts a hex string representation to a byte array.
asCharBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asCharBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asCharBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asDoubleBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asDoubleBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asDoubleBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asFloatBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asFloatBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asFloatBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asHex(byte[]) - 类 中的静态方法org.apache.mina.proxy.utils.ByteUtilities
Returns a hexadecimal representation of the given byte array.
asHex(byte[], String) - 类 中的静态方法org.apache.mina.proxy.utils.ByteUtilities
Returns a hexadecimal representation of the given byte array.
asInputStream() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asInputStream() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asInputStream() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asIntBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asIntBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asIntBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asLongBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asLongBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asLongBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asOutputStream() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asOutputStream() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asOutputStream() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asReadOnlyBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asReadOnlyBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asReadOnlyBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
asReadOnlyBuffer0() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Implement this method to return the unexpandable read only version of this buffer.
asShortBuffer() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
asShortBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
asShortBuffer() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
AttributeKey - org.apache.mina.core.session中的类
Creates a Key from a class name and an attribute name.
AttributeKey(Class<?>, String) - 类 的构造器org.apache.mina.core.session.AttributeKey
Creates a new instance.
AuthenticationHandler - org.apache.mina.example.tapedeck中的类
TODO Add documentation
AuthenticationHandler() - 类 的构造器org.apache.mina.example.tapedeck.AuthenticationHandler
 
AUTO - 类 中的静态变量org.apache.mina.filter.codec.textline.LineDelimiter
A special line delimiter which is used for auto-detection of EOL in TextLineDecoder.
available(int) - 类 中的静态方法org.apache.mina.util.AvailablePortFinder
Checks to see if a specific port is available.
AvailablePortFinder - org.apache.mina.util中的类
Finds currently available server ports.
await() - 接口 中的方法org.apache.mina.core.future.CloseFuture
Wait for the asynchronous operation to complete.
await() - 接口 中的方法org.apache.mina.core.future.ConnectFuture
Wait for the asynchronous operation to complete.
await() - 类 中的方法org.apache.mina.core.future.DefaultCloseFuture
Wait for the asynchronous operation to complete.
await() - 类 中的方法org.apache.mina.core.future.DefaultConnectFuture
Wait for the asynchronous operation to complete.
await() - 类 中的方法org.apache.mina.core.future.DefaultIoFuture
Wait for the asynchronous operation to complete.
await(long, TimeUnit) - 类 中的方法org.apache.mina.core.future.DefaultIoFuture
Wait for the asynchronous operation to complete with the specified timeout.
await(long) - 类 中的方法org.apache.mina.core.future.DefaultIoFuture
Wait for the asynchronous operation to complete with the specified timeout.
await() - 类 中的方法org.apache.mina.core.future.DefaultReadFuture
Wait for the asynchronous operation to complete.
await() - 类 中的方法org.apache.mina.core.future.DefaultWriteFuture
Wait for the asynchronous operation to complete.
await() - 接口 中的方法org.apache.mina.core.future.IoFuture
Wait for the asynchronous operation to complete.
await(long, TimeUnit) - 接口 中的方法org.apache.mina.core.future.IoFuture
Wait for the asynchronous operation to complete with the specified timeout.
await(long) - 接口 中的方法org.apache.mina.core.future.IoFuture
Wait for the asynchronous operation to complete with the specified timeout.
await() - 接口 中的方法org.apache.mina.core.future.ReadFuture
Wait for the asynchronous operation to complete.
await() - 接口 中的方法org.apache.mina.core.future.WriteFuture
Wait for the asynchronous operation to complete.
await(Iterable<? extends IoFuture>) - 类 中的静态方法org.apache.mina.core.IoUtil
 
await(Iterable<? extends IoFuture>, long, TimeUnit) - 类 中的静态方法org.apache.mina.core.IoUtil
 
await(Iterable<? extends IoFuture>, long) - 类 中的静态方法org.apache.mina.core.IoUtil
 
awaitTermination(long, TimeUnit) - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
awaitTermination(long, TimeUnit) - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
awaitUninterruptably(Iterable<? extends IoFuture>) - 类 中的静态方法org.apache.mina.core.IoUtil
 
awaitUninterruptibly() - 接口 中的方法org.apache.mina.core.future.CloseFuture
Wait for the asynchronous operation to complete uninterruptibly.
awaitUninterruptibly() - 接口 中的方法org.apache.mina.core.future.ConnectFuture
Wait for the asynchronous operation to complete uninterruptibly.
awaitUninterruptibly() - 类 中的方法org.apache.mina.core.future.DefaultCloseFuture
Wait for the asynchronous operation to complete uninterruptibly.
awaitUninterruptibly() - 类 中的方法org.apache.mina.core.future.DefaultConnectFuture
Wait for the asynchronous operation to complete uninterruptibly.
awaitUninterruptibly() - 类 中的方法org.apache.mina.core.future.DefaultIoFuture
Wait for the asynchronous operation to complete uninterruptibly.
awaitUninterruptibly(long, TimeUnit) - 类 中的方法org.apache.mina.core.future.DefaultIoFuture
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
awaitUninterruptibly(long) - 类 中的方法org.apache.mina.core.future.DefaultIoFuture
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
awaitUninterruptibly() - 类 中的方法org.apache.mina.core.future.DefaultReadFuture
Wait for the asynchronous operation to complete uninterruptibly.
awaitUninterruptibly() - 类 中的方法org.apache.mina.core.future.DefaultWriteFuture
Wait for the asynchronous operation to complete uninterruptibly.
awaitUninterruptibly() - 接口 中的方法org.apache.mina.core.future.IoFuture
Wait for the asynchronous operation to complete uninterruptibly.
awaitUninterruptibly(long, TimeUnit) - 接口 中的方法org.apache.mina.core.future.IoFuture
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
awaitUninterruptibly(long) - 接口 中的方法org.apache.mina.core.future.IoFuture
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
awaitUninterruptibly() - 接口 中的方法org.apache.mina.core.future.ReadFuture
Wait for the asynchronous operation to complete uninterruptibly.
awaitUninterruptibly() - 接口 中的方法org.apache.mina.core.future.WriteFuture
Wait for the asynchronous operation to complete uninterruptibly.
awaitUninterruptibly(Iterable<? extends IoFuture>, long, TimeUnit) - 类 中的静态方法org.apache.mina.core.IoUtil
 
awaitUninterruptibly(Iterable<? extends IoFuture>, long) - 类 中的静态方法org.apache.mina.core.IoUtil
 
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.