MINA 1.1.7(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 X Z 

A

AbstractIoFilterChain - org.apache.mina.common.support中的类
An abstract implementation of IoFilterChain that provides common operations for developers to implement their own transport layer.
AbstractIoFilterChain(IoSession) - 类 的构造器org.apache.mina.common.support.AbstractIoFilterChain
 
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 - 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
 
AbstractProxyIoHandler - org.apache.mina.example.proxy中的类
Base class of IoHandler classes which handle proxied connections.
AbstractProxyIoHandler() - 类 的构造器org.apache.mina.example.proxy.AbstractProxyIoHandler
 
acquire() - 类 中的方法org.apache.mina.common.ByteBuffer
Increases the internal reference count of this buffer to defer automatic release.
acquire() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
acquireIfPossible(Object) - 类 中的静态方法org.apache.mina.util.ByteBufferUtil
 
actionPerformed(ActionEvent) - 类 中的方法org.apache.mina.example.chat.client.SwingChatClient.LoginAction
 
add(IoServiceListener) - 类 中的方法org.apache.mina.common.support.IoServiceListenerSupport
Adds a new listener.
ADD - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
 
add(E) - 类 中的方法org.apache.mina.util.IdentityHashSet
 
ADD_BODY_LEN - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
 
addAfter(String, String, IoFilter) - 类 中的方法org.apache.mina.common.DefaultIoFilterChainBuilder
 
addAfter(String, String, IoFilter) - 接口 中的方法org.apache.mina.common.IoFilterChain
Adds the specified filter with the specified name just after the filter whose name is baseName in this chain.
addAfter(String, String, IoFilter) - 类 中的方法org.apache.mina.common.support.AbstractIoFilterChain
 
addAfter(String, String, IoHandlerCommand) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
addBefore(String, String, IoFilter) - 类 中的方法org.apache.mina.common.DefaultIoFilterChainBuilder
 
addBefore(String, String, IoFilter) - 接口 中的方法org.apache.mina.common.IoFilterChain
Adds the specified filter with the specified name just before the filter whose name is baseName in this chain.
addBefore(String, String, IoFilter) - 类 中的方法org.apache.mina.common.support.AbstractIoFilterChain
 
addBefore(String, String, IoHandlerCommand) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
addExpirationListener(ExpirationListener<? extends V>) - 类 中的方法org.apache.mina.util.ExpiringMap
 
addFirst(String, IoFilter) - 类 中的方法org.apache.mina.common.DefaultIoFilterChainBuilder
 
addFirst(String, IoFilter) - 接口 中的方法org.apache.mina.common.IoFilterChain
Adds the specified filter with the specified name at the beginning of this chain.
addFirst(String, IoFilter) - 类 中的方法org.apache.mina.common.support.AbstractIoFilterChain
 
addFirst(String, IoHandlerCommand) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
addFirstLoggingFilter() - 类 中的方法org.apache.mina.integration.jmx.IoSessionManager
 
addFirstLoggingFilter() - 接口 中的方法org.apache.mina.integration.jmx.IoSessionManagerMBean
add a logging filter at begining of the chain
addLast(String, IoFilter) - 类 中的方法org.apache.mina.common.DefaultIoFilterChainBuilder
 
addLast(String, IoFilter) - 接口 中的方法org.apache.mina.common.IoFilterChain
Adds the specified filter with the specified name at the end of this chain.
addLast(String, IoFilter) - 类 中的方法org.apache.mina.common.support.AbstractIoFilterChain
 
addLast(String, IoHandlerCommand) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
addLastLoggingFilter() - 类 中的方法org.apache.mina.integration.jmx.IoSessionManager
 
addLastLoggingFilter() - 接口 中的方法org.apache.mina.integration.jmx.IoSessionManagerMBean
add a logging filter at end of the chain
addListener(IoFutureListener) - 接口 中的方法org.apache.mina.common.IoFuture
Adds an event listener which is notified when the state of this future changes.
addListener(IoServiceListener) - 接口 中的方法org.apache.mina.common.IoService
Adds an IoServiceListener that listens any events related with this service.
addListener(IoServiceListener) - 类 中的方法org.apache.mina.common.support.BaseIoService
 
addListener(IoFutureListener) - 类 中的方法org.apache.mina.common.support.DefaultIoFuture
 
addListener(IoServiceListener) - 类 中的方法org.apache.mina.common.support.DelegatedIoAcceptor
 
addListener(IoServiceListener) - 类 中的方法org.apache.mina.common.support.DelegatedIoConnector
 
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
 
AddMessageEncoder - org.apache.mina.example.sumup.codec中的类
A MessageEncoder that encodes AddMessage.
AddMessageEncoder() - 类 的构造器org.apache.mina.example.sumup.codec.AddMessageEncoder
 
addMessageHandler(Class<E>, MessageHandler<? super E>) - 类 中的方法org.apache.mina.handler.demux.DemuxingIoHandler
Registers a MessageHandler that receives the messages of the specified type.
addSession(VmPipeSessionImpl) - 类 中的方法org.apache.mina.transport.vmpipe.support.VmPipeIdleStatusChecker
 
afterPropertiesSet() - 类 中的方法org.apache.mina.integration.spring.Binding
 
afterPropertiesSet() - 类 中的方法org.apache.mina.integration.spring.ExecutorThreadModelFactoryBean
 
afterPropertiesSet() - 类 中的方法org.apache.mina.integration.spring.IoAcceptorFactoryBean
 
afterPropertiesSet() - 类 中的方法org.apache.mina.integration.spring.IoFilterMapping
 
ALL - 类 中的静态变量org.apache.mina.common.TrafficMask
This mask resumes both reads and writes if any of them were suspended.
allocate(int) - 类 中的静态方法org.apache.mina.common.ByteBuffer
Returns the direct or heap buffer which is capable of the specified size.
allocate(int, boolean) - 类 中的静态方法org.apache.mina.common.ByteBuffer
Returns the buffer which is capable of the specified size.
allocate(int, boolean) - 接口 中的方法org.apache.mina.common.ByteBufferAllocator
Returns the buffer which is capable of the specified size.
allocate(int, boolean) - 类 中的方法org.apache.mina.common.PooledByteBufferAllocator
 
allocate(int, boolean) - 类 中的方法org.apache.mina.common.SimpleByteBufferAllocator
 
and(TrafficMask) - 类 中的方法org.apache.mina.common.TrafficMask
Peforms an AND operation on this mask with the specified mask and returns the result.
AnonymousSocketAddress - org.apache.mina.util中的类
A SocketAddress which represents anonymous address.
AnonymousSocketAddress() - 类 的构造器org.apache.mina.util.AnonymousSocketAddress
Creates a new instance with the specifid port number.
appendBody(byte[]) - 类 中的方法org.apache.mina.example.httpserver.codec.HttpResponseMessage
 
appendBody(String) - 类 中的方法org.apache.mina.example.httpserver.codec.HttpResponseMessage
 
array() - 类 中的方法org.apache.mina.common.ByteBuffer
 
array() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
arrayOffset() - 类 中的方法org.apache.mina.common.ByteBuffer
 
arrayOffset() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
arrayToString(String[], char) - 类 中的静态方法org.apache.mina.example.httpserver.codec.HttpRequestMessage
 
asCharBuffer() - 类 中的方法org.apache.mina.common.ByteBuffer
 
asCharBuffer() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
asCharBuffer() - 类 中的方法org.apache.mina.common.support.BaseByteBuffer
 
asDoubleBuffer() - 类 中的方法org.apache.mina.common.ByteBuffer
 
asDoubleBuffer() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
asDoubleBuffer() - 类 中的方法org.apache.mina.common.support.BaseByteBuffer
 
asFloatBuffer() - 类 中的方法org.apache.mina.common.ByteBuffer
 
asFloatBuffer() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
asFloatBuffer() - 类 中的方法org.apache.mina.common.support.BaseByteBuffer
 
asInputStream() - 类 中的方法org.apache.mina.common.ByteBuffer
Returns an InputStream that reads the data from this buffer.
asInputStream() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
asIntBuffer() - 类 中的方法org.apache.mina.common.ByteBuffer
 
asIntBuffer() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
asIntBuffer() - 类 中的方法org.apache.mina.common.support.BaseByteBuffer
 
asLongBuffer() - 类 中的方法org.apache.mina.common.ByteBuffer
 
asLongBuffer() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
asLongBuffer() - 类 中的方法org.apache.mina.common.support.BaseByteBuffer
 
asOutputStream() - 类 中的方法org.apache.mina.common.ByteBuffer
Returns an OutputStream that appends the data into this buffer.
asOutputStream() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
asReadOnlyBuffer() - 类 中的方法org.apache.mina.common.ByteBuffer
 
asReadOnlyBuffer() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
asShortBuffer() - 类 中的方法org.apache.mina.common.ByteBuffer
 
asShortBuffer() - 类 中的方法org.apache.mina.common.ByteBufferProxy
 
asShortBuffer() - 类 中的方法org.apache.mina.common.support.BaseByteBuffer
 
attach(IoFilterChain) - 类 中的方法org.apache.mina.filter.ReadThrottleFilterBuilder
Attach this filter to the specified filter chain.
attach(DefaultIoFilterChainBuilder) - 类 中的方法org.apache.mina.filter.ReadThrottleFilterBuilder
Attach this filter to the specified builder.
AUTO - 类 中的静态变量org.apache.mina.filter.codec.textline.LineDelimiter
A special line delimiter which is used for auto-detection of EOL in TextLineDecoder.
autoExpand(int) - 类 中的方法org.apache.mina.common.ByteBuffer
This method forwards the call to ByteBuffer.expand(int) only when autoExpand property is true.
autoExpand(int, int) - 类 中的方法org.apache.mina.common.ByteBuffer
This method forwards the call to ByteBuffer.expand(int) only when autoExpand property is true.
available() - 类 中的方法org.apache.mina.handler.support.IoSessionInputStream
 
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.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
MINA 1.1.7(build 2016/02/28)

Copyright © 2016 即时通讯网(52im.net) - 即时通讯开发者社区. All rights reserved.