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 

C

CachedBufferAllocator - org.apache.mina.core.buffer中的类
An IoBufferAllocator that caches the buffers which are likely to be reused during auto-expansion of the buffers.
CachedBufferAllocator() - 类 的构造器org.apache.mina.core.buffer.CachedBufferAllocator
Creates a new instance with the default parameters (#DEFAULT_MAX_POOL_SIZE and #DEFAULT_MAX_CACHED_BUFFER_SIZE).
CachedBufferAllocator(int, int) - 类 的构造器org.apache.mina.core.buffer.CachedBufferAllocator
Creates a new instance.
cancel() - 接口 中的方法org.apache.mina.core.future.ConnectFuture
Cancels the connection attempt and notifies all threads waiting for this future.
cancel() - 类 中的方法org.apache.mina.core.future.DefaultConnectFuture
Cancels the connection attempt and notifies all threads waiting for this future.
cancel() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector.ConnectionRequest
 
cancel() - 类 中的方法org.apache.mina.core.session.IdleStatusChecker.NotifyingTask
stop execution of the task
cancelConnectFuture() - 类 中的方法org.apache.mina.proxy.ProxyConnector
Cancels the real connection when reconnection is in use.
canSkip(byte) - 类 中的方法org.apache.mina.filter.codec.statemachine.LinearWhitespaceSkippingState
Called to determine whether the specified byte can be skipped.
canSkip(byte) - 类 中的方法org.apache.mina.filter.codec.statemachine.SkippingState
Called to determine whether the specified byte can be skipped.
capacity() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
capacity(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Increases the capacity of this buffer.
capacity() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
capacity(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Increases the capacity of this buffer.
capacity() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
capacity(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
capacity() - 类 中的方法org.apache.mina.util.CircularQueue
 
ChainedIoHandler - org.apache.mina.handler.chain中的类
An IoHandler which executes an IoHandlerChain on a messageReceived event.
ChainedIoHandler() - 类 的构造器org.apache.mina.handler.chain.ChainedIoHandler
Creates a new instance which contains an empty IoHandlerChain.
ChainedIoHandler(IoHandlerChain) - 类 的构造器org.apache.mina.handler.chain.ChainedIoHandler
Creates a new instance which executes the specified IoHandlerChain on a messageReceived event.
changeByteEndianess(byte[], int, int) - 类 中的静态方法org.apache.mina.proxy.utils.ByteUtilities
Invert two bytes in the given byte array starting at the given offset and repeating the inversion length/2 times.
changeWordEndianess(byte[], int, int) - 类 中的静态方法org.apache.mina.proxy.utils.ByteUtilities
Invert the endianness of words (4 bytes) in the given byte array starting at the given offset and repeating length/4 times.
channel - 类 中的变量org.apache.mina.transport.socket.nio.NioSession
The communication channel
CharacterEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into a Character and vice versa.
CharacterEditor() - 类 的构造器org.apache.mina.integration.beans.CharacterEditor
 
ChatClientSupport - org.apache.mina.example.chat.client中的类
A simple chat client for a given user.
ChatClientSupport(String, IoHandler) - 类 的构造器org.apache.mina.example.chat.client.ChatClientSupport
 
ChatCommand - org.apache.mina.example.chat中的类
Encapsulates a chat command.
ChatProtocolHandler - org.apache.mina.example.chat中的类
IoHandler implementation of a simple chat server protocol.
ChatProtocolHandler() - 类 的构造器org.apache.mina.example.chat.ChatProtocolHandler
 
checkRequiredProperties(String...) - 类 中的方法org.apache.mina.proxy.handlers.http.HttpProxyRequest
Check if the given property(ies) is(are) set.
CircularQueue<E> - org.apache.mina.util中的类
A unbounded circular queue based on array.
CircularQueue() - 类 的构造器org.apache.mina.util.CircularQueue
Construct a new, empty queue.
CircularQueue(int) - 类 的构造器org.apache.mina.util.CircularQueue
 
ClassEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into a Character and vice versa.
ClassEditor() - 类 的构造器org.apache.mina.integration.beans.ClassEditor
 
clear() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
clear() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
clear() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
clear() - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
clear() - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
clear() - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
Removes all filters added to this chain.
clear(IoSession) - 接口 中的方法org.apache.mina.core.write.WriteRequestQueue
Removes all the requests from this session's queue.
clear() - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
clear() - 类 中的方法org.apache.mina.util.CircularQueue
 
clear() - 类 中的方法org.apache.mina.util.CopyOnWriteMap
Removes all entries in this map.
clear() - 类 中的方法org.apache.mina.util.ExpiringMap
 
clear() - 类 中的方法org.apache.mina.util.LazyInitializedCacheMap
clear() - 类 中的方法org.apache.mina.util.MapBackedSet
 
clear() - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
Client - org.apache.mina.example.sumup中的类
(Entry Point) Starts SumUp client.
Client() - 类 的构造器org.apache.mina.example.sumup.Client
 
ClientPanel - org.apache.mina.example.udp中的类
Class the represents a client connection using a JPanel
ClientPanel(String) - 类 的构造器org.apache.mina.example.udp.ClientPanel
 
ClientSessionHandler - org.apache.mina.example.sumup中的类
IoHandler for SumUp client.
ClientSessionHandler(int[]) - 类 的构造器org.apache.mina.example.sumup.ClientSessionHandler
 
ClientToProxyIoHandler - org.apache.mina.example.proxy中的类
Handles the client to proxy part of the proxied connection.
ClientToProxyIoHandler(IoConnector, SocketAddress) - 类 的构造器org.apache.mina.example.proxy.ClientToProxyIoHandler
 
clone() - 类 中的方法org.apache.mina.util.CopyOnWriteMap
 
CLOSE - 接口 中的静态变量org.apache.mina.core.future.IoFutureListener
An IoFutureListener that closes the IoSession which is associated with the specified IoFuture.
close(H) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
Close a server socket.
close(H) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
Close a client socket.
close(boolean) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Closes this session immediately or after all queued write requests are flushed.
close() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Closes this session after all queued write requests are flushed.
close(boolean) - 接口 中的方法org.apache.mina.core.session.IoSession
已过时。
Use either the closeNow() or the flushAndClose() methods
close() - 接口 中的方法org.apache.mina.core.session.IoSession
已过时。
close() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationOutputStream
CLOSE - 接口 中的静态变量org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutHandler
Closes the connection after logging.
CLOSE - 接口 中的静态变量org.apache.mina.handler.demux.ExceptionHandler
A ExceptionHandler that closes the session immediately.
close(Long) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketAcceptor
Close a server socket.
close(Long) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketConnector
Close a client socket.
close(DatagramChannel) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
 
close(DatagramChannel) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramConnector
 
close(ServerSocketChannel) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketAcceptor
Close a server socket.
close(SocketChannel) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketConnector
Close a client socket.
CloseFuture - org.apache.mina.core.future中的接口
An IoFuture for asynchronous close requests.
closeNow() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Closes this session immediately.
closeNow() - 接口 中的方法org.apache.mina.core.session.IoSession
Closes this session immediately.
closeOnFlush() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Closes this session after all queued write requests are flushed.
closeOnFlush() - 接口 中的方法org.apache.mina.core.session.IoSession
Closes this session after all queued write requests are flushed.
closeSession(String, Throwable) - 类 中的方法org.apache.mina.proxy.AbstractProxyLogicHandler
Closes the session.
closeSession(String) - 类 中的方法org.apache.mina.proxy.AbstractProxyLogicHandler
Closes the session.
closeSession(String) - 类 中的方法org.apache.mina.proxy.handlers.socks.Socks5LogicHandler
Closes the session.
code() - 枚举 中的方法org.apache.mina.http.api.HttpStatus
Retrieve the status code for this instance.
CollectionEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into a Collection and vice versa.
CollectionEditor(Class<?>) - 类 的构造器org.apache.mina.integration.beans.CollectionEditor
 
Command - org.apache.mina.example.tapedeck中的类
The base class of all Command types.
Command() - 类 的构造器org.apache.mina.example.tapedeck.Command
 
CommandDecoder - org.apache.mina.example.tapedeck中的类
MINA ProtocolDecoder which decodes bytes into Command objects.
CommandDecoder() - 类 的构造器org.apache.mina.example.tapedeck.CommandDecoder
 
commandSyntaxError(IoSession, CommandSyntaxException) - 类 中的方法org.apache.mina.example.tapedeck.AuthenticationHandler
 
commandSyntaxError(IoSession, CommandSyntaxException) - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
 
CommandSyntaxException - org.apache.mina.example.tapedeck中的异常错误
Exception thrown by CommandDecoder when a line cannot be decoded as a Command object.
CommandSyntaxException(String) - 异常错误 的构造器org.apache.mina.example.tapedeck.CommandSyntaxException
 
CommonEventFilter - org.apache.mina.filter.util中的类
Extend this class when you want to create a filter that wraps the same logic around all 9 IoEvents
CommonEventFilter() - 类 的构造器org.apache.mina.filter.util.CommonEventFilter
 
compact() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
compact() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
compact() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
compareTo(IoBuffer) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
compareTo(IoBuffer) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
compareTo(VmPipeAddress) - 类 中的方法org.apache.mina.transport.vmpipe.VmPipeAddress
CompositeByteArray - org.apache.mina.util.byteaccess中的类
A ByteArray composed of other ByteArrays.
CompositeByteArray() - 类 的构造器org.apache.mina.util.byteaccess.CompositeByteArray
Creates a new instance of CompositeByteArray.
CompositeByteArray(ByteArrayFactory) - 类 的构造器org.apache.mina.util.byteaccess.CompositeByteArray
Creates a new instance of CompositeByteArray.
CompositeByteArray.CursorListener - org.apache.mina.util.byteaccess中的接口
Allows for efficient detection of component boundaries when using a cursor.
CompositeByteArrayRelativeReader - org.apache.mina.util.byteaccess中的类
Provides restricted, relative, read-only access to the bytes in a CompositeByteArray.
CompositeByteArrayRelativeReader(CompositeByteArray, boolean) - 类 的构造器org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
Creates a new instance of CompositeByteArrayRelativeReader.
CompositeByteArrayRelativeWriter - org.apache.mina.util.byteaccess中的类
Provides restricted, relative, write-only access to the bytes in a CompositeByteArray.
CompositeByteArrayRelativeWriter(CompositeByteArray, CompositeByteArrayRelativeWriter.Expander, CompositeByteArrayRelativeWriter.Flusher, boolean) - 类 的构造器org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
Creates a new instance of CompositeByteArrayRelativeWriter.
CompositeByteArrayRelativeWriter.ChunkedExpander - org.apache.mina.util.byteaccess中的类
Expands the supplied CompositeByteArray by the number of bytes provided in the constructor
CompositeByteArrayRelativeWriter.ChunkedExpander(ByteArrayFactory, int) - 类 的构造器org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.ChunkedExpander
 
CompositeByteArrayRelativeWriter.Expander - org.apache.mina.util.byteaccess中的接口
An object that knows how to expand a CompositeByteArray.
CompositeByteArrayRelativeWriter.Flusher - org.apache.mina.util.byteaccess中的接口
An object that knows how to flush a ByteArray.
CompositeByteArrayRelativeWriter.NopExpander - org.apache.mina.util.byteaccess中的类
No-op expander.
CompositeByteArrayRelativeWriter.NopExpander() - 类 的构造器org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter.NopExpander
 
CompositeIoFuture<E extends IoFuture> - org.apache.mina.core.future中的类
CompositeIoFuture(Iterable<E>) - 类 的构造器org.apache.mina.core.future.CompositeIoFuture
 
COMPRESSION_DEFAULT - 类 中的静态变量org.apache.mina.filter.compression.CompressionFilter
The default compression level used.
COMPRESSION_MAX - 类 中的静态变量org.apache.mina.filter.compression.CompressionFilter
Max compression level.
COMPRESSION_MIN - 类 中的静态变量org.apache.mina.filter.compression.CompressionFilter
Provides the best speed at the price of a low compression ratio.
COMPRESSION_NONE - 类 中的静态变量org.apache.mina.filter.compression.CompressionFilter
No compression done on the data.
CompressionFilter - org.apache.mina.filter.compression中的类
An IoFilter which compresses all data using JZlib.
CompressionFilter() - 类 的构造器org.apache.mina.filter.compression.CompressionFilter
Creates a new instance which compresses outboud data and decompresses inbound data with default compression level.
CompressionFilter(int) - 类 的构造器org.apache.mina.filter.compression.CompressionFilter
Creates a new instance which compresses outboud data and decompresses inbound data with the specified compressionLevel.
CompressionFilter(boolean, boolean, int) - 类 的构造器org.apache.mina.filter.compression.CompressionFilter
Creates a new instance.
computeResponseValue(IoSession, HashMap<String, String>, String, String, String, String) - 类 中的静态方法org.apache.mina.proxy.handlers.http.digest.DigestUtilities
Computes the response to the DIGEST challenge.
ConcurrentHashSet<E> - org.apache.mina.util中的类
A ConcurrentHashMap-backed Set.
ConcurrentHashSet() - 类 的构造器org.apache.mina.util.ConcurrentHashSet
 
ConcurrentHashSet(Collection<E>) - 类 的构造器org.apache.mina.util.ConcurrentHashSet
 
config - 类 中的变量org.apache.mina.core.session.AbstractIoSession
The session config
connect(H, SocketAddress) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
Connect a newly created client socket handle to a remote SocketAddress.
connect() - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
Connects to the default remote address.
connect(IoSessionInitializer<? extends ConnectFuture>) - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
Connects to the default remote address and invokes the ioSessionInitializer when the IoSession is created but before IoHandler.sessionCreated(IoSession) is invoked.
connect(SocketAddress) - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
Connects to the specified remote address.
connect(SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
Connects to the specified remote address and invokes the ioSessionInitializer when the IoSession is created but before IoHandler.sessionCreated(IoSession) is invoked.
connect(SocketAddress, SocketAddress) - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
Connects to the specified remote address binding to the specified local address.
connect(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
Connects to the specified remote address binding to the specified local address and and invokes the ioSessionInitializer when the IoSession is created but before IoHandler.sessionCreated(IoSession) is invoked.
connect() - 接口 中的方法org.apache.mina.core.service.IoConnector
Connects to the default remote address.
connect(IoSessionInitializer<? extends ConnectFuture>) - 接口 中的方法org.apache.mina.core.service.IoConnector
Connects to the default remote address and invokes the ioSessionInitializer when the IoSession is created but before IoHandler.sessionCreated(IoSession) is invoked.
connect(SocketAddress) - 接口 中的方法org.apache.mina.core.service.IoConnector
Connects to the specified remote address.
connect(SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - 接口 中的方法org.apache.mina.core.service.IoConnector
Connects to the specified remote address and invokes the ioSessionInitializer when the IoSession is created but before IoHandler.sessionCreated(IoSession) is invoked.
connect(SocketAddress, SocketAddress) - 接口 中的方法org.apache.mina.core.service.IoConnector
Connects to the specified remote address binding to the specified local address.
connect(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - 接口 中的方法org.apache.mina.core.service.IoConnector
Connects to the specified remote address binding to the specified local address and and invokes the ioSessionInitializer when the IoSession is created but before IoHandler.sessionCreated(IoSession) is invoked.
connect(NioSocketConnector, SocketAddress, boolean) - 类 中的方法org.apache.mina.example.chat.client.ChatClientSupport
 
connect() - 类 中的方法org.apache.mina.example.imagine.step1.client.ImageClient
 
connect(IoSession) - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
 
CONNECT - 类 中的静态变量org.apache.mina.proxy.handlers.http.HttpProxyConstants
The HTTP CONNECT verb.
connect(Long, SocketAddress) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketConnector
Connect a newly created client socket handle to a remote SocketAddress.
connect(DatagramChannel, SocketAddress) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramConnector
 
connect(SocketChannel, SocketAddress) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketConnector
Connect a newly created client socket handle to a remote SocketAddress.
connect0(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
Implement this method to perform the actual connect operation.
connect0(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
Implement this method to perform the actual connect operation.
connect0(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - 类 中的方法org.apache.mina.proxy.ProxyConnector
Connects to the specified address.
connect0(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - 类 中的方法org.apache.mina.transport.serial.SerialConnector
 
connect0(SocketAddress, SocketAddress, IoSessionInitializer<? extends ConnectFuture>) - 类 中的方法org.apache.mina.transport.vmpipe.VmPipeConnector
Implement this method to perform the actual connect operation.
CONNECT_TIMEOUT - 类 中的静态变量org.apache.mina.example.imagine.step1.client.ImageClient
 
ConnectDialog - org.apache.mina.example.chat.client中的类
TODO Add documentation
ConnectDialog(Frame) - 类 的构造器org.apache.mina.example.chat.client.ConnectDialog
 
connected() - 类 中的方法org.apache.mina.example.chat.client.SwingChatClient
 
connected() - 接口 中的方法org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
 
ConnectFuture - org.apache.mina.core.future中的接口
An IoFuture for asynchronous connect requests.
ConnectionThrottleFilter - org.apache.mina.filter.firewall中的类
A IoFilter which blocks connections from connecting at a rate faster than the specified interval.
ConnectionThrottleFilter() - 类 的构造器org.apache.mina.filter.firewall.ConnectionThrottleFilter
Default constructor.
ConnectionThrottleFilter(long) - 类 的构造器org.apache.mina.filter.firewall.ConnectionThrottleFilter
Constructor that takes in a specified wait time.
Constants - org.apache.mina.example.sumup.codec中的类
Provides SumUp protocol constants.
ConsumeToCrLfDecodingState - org.apache.mina.filter.codec.statemachine中的类
DecodingState which consumes all bytes until a CRLF has been encountered.
ConsumeToCrLfDecodingState() - 类 的构造器org.apache.mina.filter.codec.statemachine.ConsumeToCrLfDecodingState
Creates a new instance.
ConsumeToDynamicTerminatorDecodingState - org.apache.mina.filter.codec.statemachine中的类
DecodingState which consumes all bytes until a fixed (ASCII) character is reached.
ConsumeToDynamicTerminatorDecodingState() - 类 的构造器org.apache.mina.filter.codec.statemachine.ConsumeToDynamicTerminatorDecodingState
 
ConsumeToEndOfSessionDecodingState - org.apache.mina.filter.codec.statemachine中的类
DecodingState which consumes all received bytes until the session is closed.
ConsumeToEndOfSessionDecodingState(int) - 类 的构造器org.apache.mina.filter.codec.statemachine.ConsumeToEndOfSessionDecodingState
Creates a new instance using the specified maximum length.
ConsumeToLinearWhitespaceDecodingState - org.apache.mina.filter.codec.statemachine中的类
DecodingState which consumes all bytes until a space (0x20) or tab (0x09) character is reached.
ConsumeToLinearWhitespaceDecodingState() - 类 的构造器org.apache.mina.filter.codec.statemachine.ConsumeToLinearWhitespaceDecodingState
 
ConsumeToTerminatorDecodingState - org.apache.mina.filter.codec.statemachine中的类
DecodingState which consumes all bytes until a fixed (ASCII) character is reached.
ConsumeToTerminatorDecodingState(byte) - 类 的构造器org.apache.mina.filter.codec.statemachine.ConsumeToTerminatorDecodingState
Creates a new instance using the specified terminator character.
contains(String) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
contains(IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
contains(Class<? extends IoFilter>) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
contains(String) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
contains(IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
contains(Class<? extends IoFilter>) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
contains(String) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
 
contains(IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
 
contains(Class<? extends IoFilter>) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
 
contains(String) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
contains(IoHandlerCommand) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
contains(Class<? extends IoHandlerCommand>) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
contains(Object) - 类 中的方法org.apache.mina.util.MapBackedSet
 
contains(Object) - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
containsAll(Collection<?>) - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
containsAttribute(Object) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
containsAttribute(Object) - 接口 中的方法org.apache.mina.core.session.IoSession
 
containsAttribute(IoSession, Object) - 接口 中的方法org.apache.mina.core.session.IoSessionAttributeMap
 
containsClient(SocketAddress) - 类 中的方法org.apache.mina.example.udp.MemoryMonitor
 
containsHeader(String) - 类 中的方法org.apache.mina.http.api.DefaultHttpResponse
 
containsHeader(String) - 接口 中的方法org.apache.mina.http.api.HttpMessage
 
containsHeader(String) - 类 中的方法org.apache.mina.http.HttpRequestImpl
 
containsKey(Object) - 类 中的方法org.apache.mina.util.CopyOnWriteMap
 
containsKey(Object) - 类 中的方法org.apache.mina.util.ExpiringMap
 
containsKey(Object) - 类 中的方法org.apache.mina.util.LazyInitializedCacheMap
containsParameter(String) - 接口 中的方法org.apache.mina.http.api.HttpRequest
Determines whether this request contains at least one parameter with the specified name
containsParameter(String) - 类 中的方法org.apache.mina.http.HttpRequestImpl
 
containsValue(Object) - 类 中的方法org.apache.mina.util.CopyOnWriteMap
 
containsValue(Object) - 类 中的方法org.apache.mina.util.ExpiringMap
 
containsValue(Object) - 类 中的方法org.apache.mina.util.LazyInitializedCacheMap
Throws UnsupportedOperationException as this method would imply performance drops.
convertValue(Map, Object, Member, String, Object, Class) - 类 中的方法org.apache.mina.integration.ognl.PropertyTypeConverter
 
COOKIE_SEPARATOR_PATTERN - 类 中的静态变量org.apache.mina.http.HttpClientDecoder
Regex to split cookie header following RFC6265 Section 5.4
COOKIE_SEPARATOR_PATTERN - 类 中的静态变量org.apache.mina.http.HttpServerDecoder
Regex to split cookie header following RFC6265 Section 5.4
copyDirective(HashMap<String, String>, StringBuilder, String) - 类 中的静态方法org.apache.mina.proxy.utils.StringUtilities
Copy the directive to the StringBuilder if not null.
copyDirective(HashMap<String, String>, HashMap<String, String>, String) - 类 中的静态方法org.apache.mina.proxy.utils.StringUtilities
Copy the directive from the source map to the destination map, if it's value isn't null.
CopyOnWriteMap<K,V> - org.apache.mina.util中的类
A thread-safe version of Map in which all operations that change the Map are implemented by making a new copy of the underlying Map.
CopyOnWriteMap() - 类 的构造器org.apache.mina.util.CopyOnWriteMap
Creates a new instance of CopyOnWriteMap.
CopyOnWriteMap(int) - 类 的构造器org.apache.mina.util.CopyOnWriteMap
Creates a new instance of CopyOnWriteMap with the specified initial size
CopyOnWriteMap(Map<K, V>) - 类 的构造器org.apache.mina.util.CopyOnWriteMap
Creates a new instance of CopyOnWriteMap in which the initial data being held by this map is contained in the supplied map.
create(String) - 类 中的静态方法org.apache.mina.integration.xbean.SocketAddressFactory
 
create() - 类 中的方法org.apache.mina.statemachine.context.DefaultStateContextFactory
 
create() - 接口 中的方法org.apache.mina.statemachine.context.StateContextFactory
Creates a new StateContext.
create(StateContext, Method, Object[]) - 类 中的方法org.apache.mina.statemachine.event.DefaultEventFactory
 
create(StateContext, Method, Object[]) - 接口 中的方法org.apache.mina.statemachine.event.EventFactory
Creates a new Event from the specified method and method arguments.
create(Object) - 类 中的方法org.apache.mina.statemachine.StateMachineFactory
Creates a new StateMachine from the specified handler object and using a start state with id start.
create(String, Object) - 类 中的方法org.apache.mina.statemachine.StateMachineFactory
Creates a new StateMachine from the specified handler object and using the State with the specified id as start state.
create(Object, Object...) - 类 中的方法org.apache.mina.statemachine.StateMachineFactory
Creates a new StateMachine from the specified handler objects and using a start state with id start.
create(String, Object, Object...) - 类 中的方法org.apache.mina.statemachine.StateMachineFactory
Creates a new StateMachine from the specified handler objects and using the State with the specified id as start state.
create(Class<T>, StateMachine) - 类 中的方法org.apache.mina.statemachine.StateMachineProxyBuilder
Creates a proxy for the specified interface and which uses the specified StateMachine.
create(Class<?>[], StateMachine) - 类 中的方法org.apache.mina.statemachine.StateMachineProxyBuilder
Creates a proxy for the specified interfaces and which uses the specified StateMachine.
create(int) - 接口 中的方法org.apache.mina.util.byteaccess.ByteArrayFactory
Creates an instance of ByteArray of size specified by the size parameter.
create(int) - 类 中的方法org.apache.mina.util.byteaccess.ByteArrayPool
Creates a new instance of a ByteArray
create(int) - 类 中的方法org.apache.mina.util.byteaccess.SimpleByteArrayFactory
Creates an instance of ByteArray of size specified by the size parameter.
createAuthorization(String, String) - 类 中的静态方法org.apache.mina.proxy.handlers.http.basic.HttpBasicAuthLogicHandler
Computes the authorization header value.
createServerSocket(int) - 类 中的方法org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
 
createServerSocket(int, int) - 类 中的方法org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
 
createServerSocket(int, int, InetAddress) - 类 中的方法org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
 
createSocket(String, int) - 类 中的方法org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
createSocket(String, int, InetAddress, int) - 类 中的方法org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
createSocket(InetAddress, int) - 类 中的方法org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - 类 中的方法org.apache.mina.example.echoserver.ssl.SslSocketFactory
 
createType1Message(String, String, Integer, byte[]) - 类 中的静态方法org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
see http://davenport.sourceforge.net/ntlm.html#theType1Message
createType3Message(String, String, byte[], String, String, Integer, byte[]) - 类 中的静态方法org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
 
CRLF - 类 中的静态变量org.apache.mina.filter.codec.textline.LineDelimiter
The CRLF line delimiter constant ("\r\n")
CRLF - 类 中的静态变量org.apache.mina.proxy.handlers.http.HttpProxyConstants
The CRLF character sequence used in HTTP protocol to end each line.
CrLfDecodingState - org.apache.mina.filter.codec.statemachine中的类
DecodingState which decodes a single CRLF.
CrLfDecodingState() - 类 的构造器org.apache.mina.filter.codec.statemachine.CrLfDecodingState
 
CumulativeProtocolDecoder - org.apache.mina.filter.codec中的类
A ProtocolDecoder that cumulates the content of received buffers to a cumulative buffer to help users implement decoders.
CumulativeProtocolDecoder() - 类 的构造器org.apache.mina.filter.codec.CumulativeProtocolDecoder
Creates a new instance.
CURRENT_STREAM - 类 中的变量org.apache.mina.filter.stream.AbstractStreamWriteFilter
The attribute name used when binding the streaming object to the session.
CURRENT_WRITE_REQUEST - 类 中的变量org.apache.mina.filter.stream.AbstractStreamWriteFilter
 
cursor() - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
cursor(int) - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
cursor() - 接口 中的方法org.apache.mina.util.byteaccess.ByteArray
 
cursor(int) - 接口 中的方法org.apache.mina.util.byteaccess.ByteArray
 
cursor() - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
cursor(int) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
cursor(CompositeByteArray.CursorListener) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Get a cursor starting at index 0 (which may not be the start of the array) and with the given listener.
cursor(int, CompositeByteArray.CursorListener) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Get a cursor starting at the given index and with the given listener.
cursorPassedFirstComponent() - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
 
cursorPassedFirstComponent() - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
 
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.