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 

P

paintComponent(Graphics) - 类 中的方法org.apache.mina.example.imagine.step1.client.ImagePanel
 
PANEL_SIZE - 类 中的静态变量org.apache.mina.example.udp.MemoryMonitor
 
PARAM_STRING_PATTERN - 类 中的静态变量org.apache.mina.http.HttpClientDecoder
Regex to parse out parameters from query string
PARAM_STRING_PATTERN - 类 中的静态变量org.apache.mina.http.HttpServerDecoder
Regex to parse out parameters from query string
parameterPattern(String) - 类 中的方法org.apache.mina.http.HttpRequestImpl
 
parent - 类 中的变量org.apache.mina.transport.socket.DefaultSocketSessionConfig
 
parseDirectives(byte[]) - 类 中的静态方法org.apache.mina.proxy.utils.StringUtilities
Parses digest-challenge string, extracting each token and value(s).
parseToMilliseconds(String) - 类 中的静态方法org.apache.mina.http.DateUtil
Parse a given date String to a long representation of the time.
parseToRFC1123(long) - 类 中的静态方法org.apache.mina.http.DateUtil
Converts a millisecond representation of a date to a RFC 1123 formatted String.
password(AuthenticationHandler.AuthenticationContext, IoFilter.NextFilter, IoSession, PasswordCommand) - 类 中的方法org.apache.mina.example.tapedeck.AuthenticationHandler
 
PasswordCommand - org.apache.mina.example.tapedeck中的类
Represents the password <password> command.
PasswordCommand(String) - 类 的构造器org.apache.mina.example.tapedeck.PasswordCommand
 
PatternEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into a Pattern and vice versa.
PatternEditor() - 类 的构造器org.apache.mina.integration.beans.PatternEditor
 
PauseCommand - org.apache.mina.example.tapedeck中的类
Represents the pause command.
PauseCommand() - 类 的构造器org.apache.mina.example.tapedeck.PauseCommand
 
PAUSED - 类 中的静态变量org.apache.mina.example.tapedeck.TapeDeckServer
 
pauseTape(TapeDeckServer.TapeDeckContext, IoSession, PauseCommand) - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
 
peek() - 类 中的方法org.apache.mina.util.CircularQueue
 
peek() - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
PEER_ADDRESS - 类 中的静态变量org.apache.mina.filter.ssl.SslFilter
A session attribute key that should be set to an InetSocketAddress.
PhraseUtilities - org.apache.mina.example.haiku中的类
 
PhraseUtilities() - 类 的构造器org.apache.mina.example.haiku.PhraseUtilities
 
PlayCommand - org.apache.mina.example.tapedeck中的类
Represents the play command.
PlayCommand() - 类 的构造器org.apache.mina.example.tapedeck.PlayCommand
 
PLAYING - 类 中的静态变量org.apache.mina.example.tapedeck.TapeDeckServer
 
playTape(TapeDeckServer.TapeDeckContext, IoSession, PlayCommand) - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
 
poll(IoSession) - 接口 中的方法org.apache.mina.core.write.WriteRequestQueue
Get the first request available in the queue for a session.
poll() - 类 中的方法org.apache.mina.util.CircularQueue
 
poll() - 类 中的方法org.apache.mina.util.SynchronizedQueue
 
polled(Object, IoEvent) - 接口 中的方法org.apache.mina.filter.executor.IoEventQueueHandler
Invoked after the specified event has been polled from the event queue.
polled(Object, IoEvent) - 类 中的方法org.apache.mina.filter.executor.IoEventQueueThrottle
 
PORT - 类 中的静态变量org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
 
PORT - 类 中的静态变量org.apache.mina.example.imagine.step1.server.ImageServer
 
PORT - 类 中的静态变量org.apache.mina.example.imagine.step2.server.ImageServer
 
PORT - 类 中的静态变量org.apache.mina.example.imagine.step3.server.ImageServer
 
PORT - 类 中的静态变量org.apache.mina.example.tcp.perf.TcpServer
The listening port (check that it's not already in use)
PORT - 类 中的静态变量org.apache.mina.example.udp.MemoryMonitor
 
PORT - 类 中的静态变量org.apache.mina.example.udp.perf.UdpServer
The listening port (check that it's not already in use)
position() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
position(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
position() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
position(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
position() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
position(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
prefixedDataAvailable(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
prefixedDataAvailable(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
prefixedDataAvailable(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
prefixedDataAvailable(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
prefixedDataAvailable(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
prefixedDataAvailable(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
PrefixedStringCodecFactory - org.apache.mina.filter.codec.prefixedstring中的类
A ProtocolCodecFactory that performs encoding and decoding of a Java String object using a fixed-length length prefix.
PrefixedStringCodecFactory(Charset) - 类 的构造器org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
 
PrefixedStringCodecFactory() - 类 的构造器org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
 
PrefixedStringDecoder - org.apache.mina.filter.codec.prefixedstring中的类
A ProtocolDecoder which decodes a String using a fixed-length length prefix.
PrefixedStringDecoder(Charset, int, int) - 类 的构造器org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
 
PrefixedStringDecoder(Charset, int) - 类 的构造器org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
 
PrefixedStringDecoder(Charset) - 类 的构造器org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
 
PrefixedStringEncoder - org.apache.mina.filter.codec.prefixedstring中的类
A ProtocolEncoder which encodes a string using a fixed-length length prefix.
PrefixedStringEncoder(Charset, int, int) - 类 的构造器org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
 
PrefixedStringEncoder(Charset, int) - 类 的构造器org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
 
PrefixedStringEncoder(Charset) - 类 的构造器org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
 
PrefixedStringEncoder() - 类 的构造器org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
 
prestartAllCoreThreads() - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
prestartAllCoreThreads() - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
prestartCoreThread() - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
prestartCoreThread() - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
printTargetInformationBlockFromType2Message(byte[], Integer, PrintWriter) - 类 中的静态方法org.apache.mina.proxy.handlers.http.ntlm.NTLMUtilities
Prints to the PrintWriter the target information block extracted from the type 2 message.
processor - 类 中的变量org.apache.mina.transport.socket.nio.NioSession
The NioSession processor
processStreamIo(IoSession, InputStream, OutputStream) - 类 中的方法org.apache.mina.handler.stream.StreamIoHandler
Implement this method to execute your stream I/O logic; please note that you must forward the process request to other thread or thread pool.
profile(IoEventType) - 类 中的方法org.apache.mina.filter.statistic.ProfilerTimerFilter
Set the IoEventType to be profiled
ProfilerTimerFilter - org.apache.mina.filter.statistic中的类
This class will measure the time it takes for a method in the IoFilterAdapter class to execute.
ProfilerTimerFilter() - 类 的构造器org.apache.mina.filter.statistic.ProfilerTimerFilter
Creates a new instance of ProfilerFilter.
ProfilerTimerFilter(TimeUnit) - 类 的构造器org.apache.mina.filter.statistic.ProfilerTimerFilter
Creates a new instance of ProfilerFilter.
ProfilerTimerFilter(TimeUnit, IoEventType...) - 类 的构造器org.apache.mina.filter.statistic.ProfilerTimerFilter
Creates a new instance of ProfilerFilter.
PropertiesEditor - org.apache.mina.integration.beans中的类
A PropertyEditor which converts a String into a Properties and vice versa.
PropertiesEditor() - 类 的构造器org.apache.mina.integration.beans.PropertiesEditor
 
PropertyEditorFactory - org.apache.mina.integration.beans中的类
A factory that creates a new PropertyEditor which is appropriate for the specified object or class.
PropertyTypeConverter - org.apache.mina.integration.ognl中的类
PropertyEditor-based implementation of OGNL TypeConverter.
PropertyTypeConverter() - 类 的构造器org.apache.mina.integration.ognl.PropertyTypeConverter
 
ProtocolCodecException - org.apache.mina.filter.codec中的异常错误
An exception that is thrown when ProtocolEncoder or ProtocolDecoder cannot understand or failed to validate data to process.
ProtocolCodecException() - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolCodecException
Constructs a new instance.
ProtocolCodecException(String) - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolCodecException
Constructs a new instance with the specified message.
ProtocolCodecException(Throwable) - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolCodecException
Constructs a new instance with the specified cause.
ProtocolCodecException(String, Throwable) - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolCodecException
Constructs a new instance with the specified message and the specified cause.
ProtocolCodecFactory - org.apache.mina.filter.codec中的接口
Provides ProtocolEncoder and ProtocolDecoder which translates binary or protocol specific data into message object and vice versa.
ProtocolCodecFilter - org.apache.mina.filter.codec中的类
An IoFilter which translates binary or protocol specific data into message objects and vice versa using ProtocolCodecFactory, ProtocolEncoder, or ProtocolDecoder.
ProtocolCodecFilter(ProtocolCodecFactory) - 类 的构造器org.apache.mina.filter.codec.ProtocolCodecFilter
Creates a new instance of ProtocolCodecFilter, associating a factory for the creation of the encoder and decoder.
ProtocolCodecFilter(ProtocolEncoder, ProtocolDecoder) - 类 的构造器org.apache.mina.filter.codec.ProtocolCodecFilter
Creates a new instance of ProtocolCodecFilter, without any factory.
ProtocolCodecFilter(Class<? extends ProtocolEncoder>, Class<? extends ProtocolDecoder>) - 类 的构造器org.apache.mina.filter.codec.ProtocolCodecFilter
Creates a new instance of ProtocolCodecFilter, without any factory.
ProtocolCodecSession - org.apache.mina.filter.codec中的类
ProtocolCodecSession() - 类 的构造器org.apache.mina.filter.codec.ProtocolCodecSession
Creates a new instance.
ProtocolDecoder - org.apache.mina.filter.codec中的接口
Decodes binary or protocol-specific data into higher-level message objects.
ProtocolDecoderAdapter - org.apache.mina.filter.codec中的类
ProtocolDecoderAdapter() - 类 的构造器org.apache.mina.filter.codec.ProtocolDecoderAdapter
 
ProtocolDecoderException - org.apache.mina.filter.codec中的异常错误
An exception that is thrown when ProtocolDecoder cannot understand or failed to validate the specified IoBuffer content.
ProtocolDecoderException() - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolDecoderException
Constructs a new instance.
ProtocolDecoderException(String) - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolDecoderException
Constructs a new instance with the specified message.
ProtocolDecoderException(Throwable) - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolDecoderException
Constructs a new instance with the specified cause.
ProtocolDecoderException(String, Throwable) - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolDecoderException
Constructs a new instance with the specified message and the specified cause.
ProtocolDecoderOutput - org.apache.mina.filter.codec中的接口
Callback for ProtocolDecoder to generate decoded messages.
ProtocolEncoder - org.apache.mina.filter.codec中的接口
Encodes higher-level message objects into binary or protocol-specific data.
ProtocolEncoderAdapter - org.apache.mina.filter.codec中的类
An abstract ProtocolEncoder implementation for those who don't have any resources to dispose.
ProtocolEncoderAdapter() - 类 的构造器org.apache.mina.filter.codec.ProtocolEncoderAdapter
 
ProtocolEncoderException - org.apache.mina.filter.codec中的异常错误
An exception that is thrown when ProtocolEncoder cannot understand or failed to validate the specified message object.
ProtocolEncoderException() - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolEncoderException
Constructs a new instance.
ProtocolEncoderException(String) - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolEncoderException
Constructs a new instance with the specified message.
ProtocolEncoderException(Throwable) - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolEncoderException
Constructs a new instance with the specified cause.
ProtocolEncoderException(String, Throwable) - 异常错误 的构造器org.apache.mina.filter.codec.ProtocolEncoderException
Constructs a new instance with the specified message and the specified cause.
ProtocolEncoderOutput - org.apache.mina.filter.codec中的接口
Callback for ProtocolEncoder to generate encoded messages such as IoBuffers.
PROXY_SESSION - 类 中的静态变量org.apache.mina.proxy.session.ProxyIoSession
 
ProxyAuthException - org.apache.mina.proxy中的异常错误
ProxyAuthException.java - This class extends SaslException and represents an authentication failure to the proxy.
ProxyAuthException(String) - 异常错误 的构造器org.apache.mina.proxy.ProxyAuthException
 
ProxyAuthException(String, Throwable) - 异常错误 的构造器org.apache.mina.proxy.ProxyAuthException
 
ProxyConnector - org.apache.mina.proxy中的类
ProxyConnector.java - Decorator for SocketConnector to provide proxy support, as suggested by MINA list discussions.
ProxyConnector() - 类 的构造器org.apache.mina.proxy.ProxyConnector
Creates a new proxy connector.
ProxyConnector(SocketConnector) - 类 的构造器org.apache.mina.proxy.ProxyConnector
Creates a new proxy connector.
ProxyConnector(SocketConnector, IoSessionConfig, Executor) - 类 的构造器org.apache.mina.proxy.ProxyConnector
Creates a new proxy connector.
ProxyFilter - org.apache.mina.proxy.filter中的类
ProxyFilter.java - Proxy IoFilter.
ProxyFilter() - 类 的构造器org.apache.mina.proxy.filter.ProxyFilter
Create a new ProxyFilter.
ProxyHandshakeIoBuffer - org.apache.mina.proxy.filter中的类
ProxyHandshakeIoBuffer.java - IoBuffer wrapper to indicate handshake related messages which should not be passed upstream of the ProxyFilter.
ProxyHandshakeIoBuffer(IoBuffer) - 类 的构造器org.apache.mina.proxy.filter.ProxyHandshakeIoBuffer
 
proxyIoSession - 类 中的变量org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
Object that contains all the proxy authentication session informations.
ProxyIoSession - org.apache.mina.proxy.session中的类
ProxyIoSession.java - Class that contains all informations for the current proxy authentication session.
ProxyIoSession(InetSocketAddress, ProxyRequest) - 类 的构造器org.apache.mina.proxy.session.ProxyIoSession
Constructor.
ProxyIoSessionInitializer<T extends ConnectFuture> - org.apache.mina.proxy.session中的类
ProxyIoSessionInitializer.java - IoSessionInitializer wrapper class to inject the ProxyIoSession object that contains all the attributes of the target connection into the IoSession.
ProxyIoSessionInitializer(IoSessionInitializer<T>, ProxyIoSession) - 类 的构造器org.apache.mina.proxy.session.ProxyIoSessionInitializer
 
ProxyLogicHandler - org.apache.mina.proxy中的接口
ProxyLogicHandler.java - Interface implemented by classes containing proxy type specific logic.
ProxyRequest - org.apache.mina.proxy.handlers中的类
ProxyRequest.java - Abstract wrapper class for proxy requests.
ProxyRequest() - 类 的构造器org.apache.mina.proxy.handlers.ProxyRequest
Implicit constructor.
ProxyRequest(InetSocketAddress) - 类 的构造器org.apache.mina.proxy.handlers.ProxyRequest
Basic constructor of a ProxyRequest that only sets the address of the request endpoint.
proxySessionOpened(IoSession) - 类 中的方法org.apache.mina.proxy.AbstractProxyIoHandler
Method called only when handshake has completed.
purge() - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
purge() - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
 
put(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
put(int, byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
put(ByteBuffer) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of the specified src into this buffer.
put(byte[], int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
put(IoBuffer) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of the specified src into this buffer.
put(byte[]) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
put(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
put(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
put(ByteBuffer) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of the specified src into this buffer.
put(IoBuffer) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of the specified src into this buffer.
put(byte[], int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
put(byte[]) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
put(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
put(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
put(IoBuffer) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
put(ByteBuffer) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
put(byte[], int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
put(byte[]) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
put(IoSession) - 类 中的方法org.apache.mina.core.session.ExpiringSessionRecycler
Called when the underlying transport creates or writes a new IoSession.
put(IoSession) - 接口 中的方法org.apache.mina.core.session.IoSessionRecycler
Called when the underlying transport creates or writes a new IoSession.
PUT - 类 中的静态变量org.apache.mina.proxy.handlers.http.HttpProxyConstants
The HTTP PUT verb.
put(int, byte) - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
Puts a byte at the given index.
put(int, IoBuffer) - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
Puts bytes from the IoBuffer at the given index.
put(int, byte) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Puts a byte at the given index.
put(int, IoBuffer) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Puts bytes from the IoBuffer at the given index.
put(byte) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
Puts a byte and advances the reader.
put(IoBuffer) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
Puts enough bytes to fill the IoBuffer and advances the reader.
put(int, byte) - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteWriter
Puts a byte at the given index.
put(int, IoBuffer) - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteWriter
Puts bytes from the IoBuffer at the given index.
put(byte) - 接口 中的方法org.apache.mina.util.byteaccess.IoRelativeWriter
Puts a byte and advances the reader.
put(IoBuffer) - 接口 中的方法org.apache.mina.util.byteaccess.IoRelativeWriter
Puts enough bytes to fill the IoBuffer and advances the reader.
put(K, V) - 类 中的方法org.apache.mina.util.CopyOnWriteMap
Adds the provided key and value to this map.
put(K, V) - 类 中的方法org.apache.mina.util.ExpiringMap
 
put(K, V) - 类 中的方法org.apache.mina.util.LazyInitializedCacheMap
putAll(Map<? extends K, ? extends V>) - 类 中的方法org.apache.mina.util.CopyOnWriteMap
Inserts all the keys and values contained in the provided map to this map.
putAll(Map<? extends K, ? extends V>) - 类 中的方法org.apache.mina.util.ExpiringMap
 
putAll(Map<? extends K, ? extends V>) - 类 中的方法org.apache.mina.util.LazyInitializedCacheMap
putChar(char) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putChar(int, char) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putChar(char) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putChar(int, char) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putChar(char) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putChar(int, char) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putChar(int, char) - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
Puts a char at the given index.
putChar(int, char) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Puts a char at the given index.
putChar(char) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
Puts a char and advances the reader.
putChar(int, char) - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteWriter
Puts a char at the given index.
putChar(char) - 接口 中的方法org.apache.mina.util.byteaccess.IoRelativeWriter
Puts a char and advances the reader.
putDouble(double) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putDouble(int, double) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putDouble(double) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putDouble(int, double) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putDouble(double) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putDouble(int, double) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putDouble(int, double) - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
Puts a double at the given index.
putDouble(int, double) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Puts a double at the given index.
putDouble(double) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
Puts a double and advances the reader.
putDouble(int, double) - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteWriter
Puts a double at the given index.
putDouble(double) - 接口 中的方法org.apache.mina.util.byteaccess.IoRelativeWriter
Puts a double and advances the reader.
putEnum(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as a byte.
putEnum(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as a byte.
putEnum(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as a byte.
putEnum(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as a byte.
putEnum(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnum(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumInt(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as an integer.
putEnumInt(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumInt(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSet(Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a byte sized bit vector.
putEnumSet(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSet(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetInt(Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as an int sized bit vector.
putEnumSetInt(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetInt(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetLong(Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a long sized bit vector.
putEnumSetLong(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetLong(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetShort(Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Set to the buffer as a short sized bit vector.
putEnumSetShort(Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumSetShort(int, Set<E>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumShort(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an enum's ordinal value to the buffer as a short.
putEnumShort(Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putEnumShort(int, Enum<?>) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putFloat(float) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putFloat(int, float) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putFloat(float) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putFloat(int, float) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putFloat(float) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putFloat(int, float) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putFloat(int, float) - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
Puts a float at the given index.
putFloat(int, float) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Puts a float at the given index.
putFloat(float) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
Puts a float and advances the reader.
putFloat(int, float) - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteWriter
Puts a float at the given index.
putFloat(float) - 接口 中的方法org.apache.mina.util.byteaccess.IoRelativeWriter
Puts a float and advances the reader.
putIfAbsent(K, LazyInitializer<V>) - 类 中的方法org.apache.mina.util.LazyInitializedCacheMap
If the specified key is not already associated with a value, associate it with the given value.
putInt(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putInt(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putInt(int, int) - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
Puts an int at the given index.
putInt(int, int) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Puts an int at the given index.
putInt(int) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
Puts an int and advances the reader.
putInt(int, int) - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteWriter
Puts an int at the given index.
putInt(int) - 接口 中的方法org.apache.mina.util.byteaccess.IoRelativeWriter
Puts an int and advances the reader.
putLong(long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putLong(int, long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putLong(long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putLong(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putLong(long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putLong(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putLong(int, long) - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
Puts a long at the given index.
putLong(int, long) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Puts a long at the given index.
putLong(long) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
Puts a long and advances the reader.
putLong(int, long) - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteWriter
Puts a long at the given index.
putLong(long) - 接口 中的方法org.apache.mina.util.byteaccess.IoRelativeWriter
Puts a long and advances the reader.
putMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Relative put method for writing a medium int value.
putMediumInt(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Absolute put method for writing a medium int value.
putMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Relative put method for writing a medium int value.
putMediumInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Absolute put method for writing a medium int value.
putMediumInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putMediumInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putObject(Object) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the specified Java object to the buffer.
putObject(Object) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the specified Java object to the buffer.
putObject(Object) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putPrefixedString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, byte, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of val into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of in into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, int, int, byte, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of val into this buffer as a string which has a 16-bit length field before the actual encoded string, using the specified encoder.
putPrefixedString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putPrefixedString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putPrefixedString(CharSequence, int, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putPrefixedString(CharSequence, int, int, byte, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putShort(short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putShort(int, short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
putShort(short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putShort(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
 
putShort(short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putShort(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putShort(int, short) - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
Puts a short at the given index.
putShort(int, short) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
Puts a short at the given index.
putShort(short) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
Puts a short and advances the reader.
putShort(int, short) - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteWriter
Puts a short at the given index.
putShort(short) - 接口 中的方法org.apache.mina.util.byteaccess.IoRelativeWriter
Puts a short and advances the reader.
putString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of in into this buffer using the specified encoder.
putString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes the content of in into this buffer as a NUL-terminated string using the specified encoder.
putString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of in into this buffer using the specified encoder.
putString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes the content of in into this buffer as a NUL-terminated string using the specified encoder.
putString(CharSequence, int, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putString(CharSequence, CharsetEncoder) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer
putUnsigned(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned byte into the ByteBuffer at a specified position
putUnsigned(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsigned(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer
putUnsignedInt(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned int into the ByteBuffer at a specified position
putUnsignedInt(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedInt(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned short into the ByteBuffer
putUnsignedShort(int, byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, short) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, long) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned short into the ByteBuffer
putUnsignedShort(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer
putUnsignedShort(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
Writes an unsigned Short into the ByteBuffer at a specified position
putUnsignedShort(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(int, byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(int, short) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(int, int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
putUnsignedShort(int, long) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
 
PWD_PROPERTY - 类 中的静态变量org.apache.mina.proxy.handlers.http.HttpProxyConstants
The password property.
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.