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 

R

RAW_VALUE_PATTERN - 类 中的静态变量org.apache.mina.http.HttpClientDecoder
Regex to parse raw headers and body
RAW_VALUE_PATTERN - 类 中的静态变量org.apache.mina.http.HttpServerDecoder
Regex to parse raw headers and body
read(S, IoBuffer) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Reads a sequence of bytes from a IoSession into the given IoBuffer.
read() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
TODO This javadoc is wrong.
read() - 接口 中的方法org.apache.mina.core.session.IoSession
TODO This javadoc is wrong.
read() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
read(AprSession, IoBuffer) - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
Reads a sequence of bytes from a IoSession into the given IoBuffer.
read(NioSession, IoBuffer) - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
 
readBoolean() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
readByte() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
readChar() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
readDouble() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
READER_IDLE - 类 中的静态变量org.apache.mina.core.session.IdleStatus
Represents the session status that no data is coming from the remote peer.
readFloat() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
readFully(byte[]) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
readFully(byte[], int, int) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
ReadFuture - org.apache.mina.core.future中的接口
readInt() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
readLine() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
已过时。 
readLong() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
readObject() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
readSecurityBufferTarget(byte[], int) - 类 中的静态方法org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
Reads the byte array described by the security buffer stored at the securityBufferOffset offset.
readShort() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
readUnsignedByte() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
readUnsignedShort() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
readUTF() - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
receive(DatagramChannel, IoBuffer) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
 
RecoverableProtocolDecoderException - org.apache.mina.filter.codec中的异常错误
A special exception that tells the ProtocolDecoder can keep decoding even after this exception is thrown.
RecoverableProtocolDecoderException() - 异常错误 的构造器org.apache.mina.filter.codec.RecoverableProtocolDecoderException
 
RecoverableProtocolDecoderException(String) - 异常错误 的构造器org.apache.mina.filter.codec.RecoverableProtocolDecoderException
 
RecoverableProtocolDecoderException(Throwable) - 异常错误 的构造器org.apache.mina.filter.codec.RecoverableProtocolDecoderException
 
RecoverableProtocolDecoderException(String, Throwable) - 异常错误 的构造器org.apache.mina.filter.codec.RecoverableProtocolDecoderException
 
recvUpdate(SocketAddress, long) - 类 中的方法org.apache.mina.example.udp.MemoryMonitor
 
recycle(SocketAddress) - 类 中的方法org.apache.mina.core.session.ExpiringSessionRecycler
Attempts to retrieve a recycled IoSession.
recycle(SocketAddress) - 接口 中的方法org.apache.mina.core.session.IoSessionRecycler
Attempts to retrieve a recycled IoSession.
ReferenceCountingFilter - org.apache.mina.filter.util中的类
An IoFilters wrapper that keeps track of the number of usages of this filter and will call init/destroy when the filter is not in use.
ReferenceCountingFilter(IoFilter) - 类 的构造器org.apache.mina.filter.util.ReferenceCountingFilter
 
register(H, AbstractPollingIoConnector<T, H>.ConnectionRequest) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
Register a new client socket for connection, add it to connection polling
register(Long, AbstractPollingIoConnector<AprSession, Long>.ConnectionRequest) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketConnector
Register a new client socket for connection, add it to connection polling
register(DatagramChannel, AbstractPollingIoConnector<NioSession, DatagramChannel>.ConnectionRequest) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramConnector
 
register(SocketChannel, AbstractPollingIoConnector<NioSession, SocketChannel>.ConnectionRequest) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketConnector
Register a new client socket for connection, add it to connection polling
registerCustomEditors(PropertyEditorRegistry) - 类 中的方法org.apache.mina.integration.xbean.MinaPropertyEditorRegistrar
Registers custom PropertyEditors in the MINA Integration Beans module.
registerNewSelector() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
In the case we are using the java select() method, this method is used to trash the buggy selector and create a new one, registring all the sockets on it.
registerNewSelector() - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
In the case we are using the java select() method, this method is used to trash the buggy selector and create a new one, registring all the sockets on it.
registerNewSelector() - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
In the case we are using the java select() method, this method is used to trash the buggy selector and create a new one, registering all the sockets on it.
remaining() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
remaining() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
remaining() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
remove(String) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
remove(IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
remove(Class<? extends IoFilter>) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
remove(String) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
remove(IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
remove(Class<? extends IoFilter>) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
remove() - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain.Entry
Removes this entry from the chain it belongs to.
remove(String) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
Removes the filter with the specified name from this chain.
remove(IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
Replace the filter with the specified name with the specified new filter.
remove(Class<? extends IoFilter>) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
Replace the filter of the specified type with the specified new filter.
remove(S) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
Removes and closes the specified session from the I/O processor so that the I/O processor closes the connection associated with the session and releases any other related resources.
remove(S) - 接口 中的方法org.apache.mina.core.service.IoProcessor
Removes and closes the specified session from the I/O processor so that the I/O processor closes the connection associated with the session and releases any other related resources.
remove(IoServiceListener) - 类 中的方法org.apache.mina.core.service.IoServiceListenerSupport
Removes an existing listener.
remove(S) - 类 中的方法org.apache.mina.core.service.SimpleIoProcessorPool
Removes and closes the specified session from the I/O processor so that the I/O processor closes the connection associated with the session and releases any other related resources.
remove(IoSession) - 类 中的方法org.apache.mina.core.session.ExpiringSessionRecycler
Called when an IoSession is explicitly closed.
remove(IoSession) - 接口 中的方法org.apache.mina.core.session.IoSessionRecycler
Called when an IoSession is explicitly closed.
remove(Runnable) - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
remove(Runnable) - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
remove(String) - 类 中的方法org.apache.mina.handler.chain.IoHandlerChain
 
remove(NioSession) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
Removes and closes the specified session from the I/O processor so that the I/O processor closes the connection associated with the session and releases any other related resources.
remove() - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor.IoSessionIterator
remove(int) - 类 中的方法org.apache.mina.util.CircularQueue
 
remove() - 类 中的方法org.apache.mina.util.CircularQueue
 
remove(Object) - 类 中的方法org.apache.mina.util.CopyOnWriteMap
Removed the value and key from this map based on the provided key.
remove(Object) - 类 中的方法org.apache.mina.util.ExpiringMap
 
remove(Object) - 类 中的方法org.apache.mina.util.LazyInitializedCacheMap
remove(Object) - 类 中的方法org.apache.mina.util.MapBackedSet
 
remove() - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
remove(Object) - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
removeAll(Collection<?>) - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
removeAttribute(Object) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Removes a user-defined attribute with the specified key.
removeAttribute(Object, Object) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Removes a user defined attribute with the specified key if the current attribute value is equal to the specified value.
removeAttribute(Object) - 接口 中的方法org.apache.mina.core.session.IoSession
Removes a user-defined attribute with the specified key.
removeAttribute(Object, Object) - 接口 中的方法org.apache.mina.core.session.IoSession
Removes a user defined attribute with the specified key if the current attribute value is equal to the specified value.
removeAttribute(IoSession, Object) - 接口 中的方法org.apache.mina.core.session.IoSessionAttributeMap
Removes a user-defined attribute with the specified key.
removeAttribute(IoSession, Object, Object) - 接口 中的方法org.apache.mina.core.session.IoSessionAttributeMap
Removes a user defined attribute with the specified key if the current attribute value is equal to the specified value.
removeAttribute(String) - 类 中的方法org.apache.mina.filter.util.SessionAttributeInitializingFilter
Removes a user-defined attribute with the specified key.
removeClient(SocketAddress) - 类 中的方法org.apache.mina.example.udp.MemoryMonitor
 
removeExceptionHandler(Class<E>) - 类 中的方法org.apache.mina.handler.demux.DemuxingIoHandler
Deregisters a MessageHandler that receives the messages of the specified type.
removeExpirationListener(ExpirationListener<V>) - 类 中的方法org.apache.mina.util.ExpiringMap
 
removeFirst() - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Remove the first ByteArray in the list
removeLast() - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Removes the last ByteArray in the list
removeListener(IoFutureListener<?>) - 接口 中的方法org.apache.mina.core.future.CloseFuture
Removes an existing event listener so it won't be notified when the future is completed.
removeListener(IoFutureListener<?>) - 接口 中的方法org.apache.mina.core.future.ConnectFuture
Removes an existing event listener so it won't be notified when the future is completed.
removeListener(IoFutureListener<?>) - 类 中的方法org.apache.mina.core.future.DefaultCloseFuture
Removes an existing event listener so it won't be notified when the future is completed.
removeListener(IoFutureListener<?>) - 类 中的方法org.apache.mina.core.future.DefaultConnectFuture
Removes an existing event listener so it won't be notified when the future is completed.
removeListener(IoFutureListener<?>) - 类 中的方法org.apache.mina.core.future.DefaultIoFuture
Removes an existing event listener so it won't be notified when the future is completed.
removeListener(IoFutureListener<?>) - 类 中的方法org.apache.mina.core.future.DefaultReadFuture
Removes an existing event listener so it won't be notified when the future is completed.
removeListener(IoFutureListener<?>) - 类 中的方法org.apache.mina.core.future.DefaultWriteFuture
Removes an existing event listener so it won't be notified when the future is completed.
removeListener(IoFutureListener<?>) - 接口 中的方法org.apache.mina.core.future.IoFuture
Removes an existing event listener so it won't be notified when the future is completed.
removeListener(IoFutureListener<?>) - 接口 中的方法org.apache.mina.core.future.ReadFuture
Removes an existing event listener so it won't be notified when the future is completed.
removeListener(IoFutureListener<?>) - 接口 中的方法org.apache.mina.core.future.WriteFuture
Removes an existing event listener so it won't be notified when the future is completed.
removeListener(IoServiceListener) - 类 中的方法org.apache.mina.core.service.AbstractIoService
Removed an existing IoServiceListener that listens any events related with this service.
removeListener(IoServiceListener) - 接口 中的方法org.apache.mina.core.service.IoService
Removed an existing IoServiceListener that listens any events related with this service.
removeProperty(IoSession, String) - 类 中的静态方法org.apache.mina.filter.logging.MdcInjectionFilter
 
removeReceivedMessageHandler(Class<E>) - 类 中的方法org.apache.mina.handler.demux.DemuxingIoHandler
Deregisters a MessageHandler that handles the received messages of the specified type.
removeSentMessageHandler(Class<E>) - 类 中的方法org.apache.mina.handler.demux.DemuxingIoHandler
Deregisters a MessageHandler that handles the sent messages of the specified type.
removeTo(int) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Remove component ByteArrays to the given index (splitting them if necessary) and returning them in a single ByteArray.
replace(String, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
replace(IoFilter, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
replace(Class<? extends IoFilter>, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChain
 
replace(String, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
replace(IoFilter, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
replace(Class<? extends IoFilter>, IoFilter) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
 
replace(IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain.Entry
Replace the filter of this entry with the specified new filter.
replace(String, IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
Replace the filter with the specified name with the specified new filter.
replace(IoFilter, IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
Replace the filter with the specified name with the specified new filter.
replace(Class<? extends IoFilter>, IoFilter) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChain
Replace the filter of the specified type with the specified new filter.
replaceAttribute(Object, Object, Object) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Replaces a user defined attribute with the specified key if the value of the attribute is equals to the specified old value.
replaceAttribute(Object, Object, Object) - 接口 中的方法org.apache.mina.core.session.IoSession
Replaces a user defined attribute with the specified key if the value of the attribute is equals to the specified old value.
replaceAttribute(IoSession, Object, Object, Object) - 接口 中的方法org.apache.mina.core.session.IoSessionAttributeMap
Replaces a user defined attribute with the specified key if the value of the attribute is equals to the specified old value.
request - 类 中的变量org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
The request to be handled by the proxy.
request - 类 中的变量org.apache.mina.proxy.handlers.socks.AbstractSocksLogicHandler
The request sent to the proxy.
REQUEST_LINE_PATTERN - 类 中的静态变量org.apache.mina.http.HttpClientDecoder
Regex to parse HttpRequest Request Line
REQUEST_LINE_PATTERN - 类 中的静态变量org.apache.mina.http.HttpServerDecoder
Regex to parse HttpRequest Request Line
reset() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
reset() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
reset() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
reset() - 类 中的方法org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
Resets the decoding state.
RESPONSE_LINE_PATTERN - 类 中的静态变量org.apache.mina.http.HttpClientDecoder
Regex to parse HttpRequest Request Line
RESULT - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
 
RESULT_CODE_LEN - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
 
RESULT_ERROR - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
 
RESULT_OK - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
 
RESULT_VALUE_LEN - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
 
ResultMessage - org.apache.mina.example.sumup.message中的类
RESULT message in SumUp protocol.
ResultMessage() - 类 的构造器org.apache.mina.example.sumup.message.ResultMessage
 
ResultMessageDecoder - org.apache.mina.example.sumup.codec中的类
ResultMessageDecoder() - 类 的构造器org.apache.mina.example.sumup.codec.ResultMessageDecoder
 
ResultMessageEncoder<T extends ResultMessage> - org.apache.mina.example.sumup.codec中的类
ResultMessageEncoder() - 类 的构造器org.apache.mina.example.sumup.codec.ResultMessageEncoder
 
resumeRead() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Resumes read operations for this session.
resumeRead() - 接口 中的方法org.apache.mina.core.session.IoSession
Resumes read operations for this session.
resumeWrite() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
Resumes write operations for this session.
resumeWrite() - 接口 中的方法org.apache.mina.core.session.IoSession
Resumes write operations for this session.
retainAll(Collection<?>) - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
reuseAddress - 类 中的变量org.apache.mina.core.polling.AbstractPollingIoAcceptor
 
ReverseProtocolHandler - org.apache.mina.example.reverser中的类
IoHandler implementation of reverser server protocol.
ReverseProtocolHandler() - 类 的构造器org.apache.mina.example.reverser.ReverseProtocolHandler
 
rewind() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
rewind() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
rewind() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
ROOT - 类 中的静态变量org.apache.mina.example.tapedeck.AuthenticationHandler
 
ROOT - 类 中的静态变量org.apache.mina.example.tapedeck.TapeDeckServer
 
ROOT - 注释类型 中的静态变量org.apache.mina.statemachine.annotation.State
 
run() - 类 中的方法org.apache.mina.core.session.IdleStatusChecker.NotifyingTask
 
run() - 类 中的方法org.apache.mina.core.session.IoEvent
 
run() - 类 中的方法org.apache.mina.util.ExpiringMap.Expirer
 
run() - 类 中的方法org.apache.mina.util.NamePreservingRunnable
Run the runnable after having renamed the current thread's name to the new name.
RuntimeIoException - org.apache.mina.core中的异常错误
A unchecked version of IOException.
RuntimeIoException() - 异常错误 的构造器org.apache.mina.core.RuntimeIoException
 
RuntimeIoException(String) - 异常错误 的构造器org.apache.mina.core.RuntimeIoException
 
RuntimeIoException(String, Throwable) - 异常错误 的构造器org.apache.mina.core.RuntimeIoException
 
RuntimeIoException(Throwable) - 异常错误 的构造器org.apache.mina.core.RuntimeIoException
 
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.