- last() - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
- last() - 接口 中的方法org.apache.mina.util.byteaccess.ByteArray
- last() - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
- last() - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteReader
-
- last() - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteWriter
-
- LazyInitializedCacheMap<K,V> - org.apache.mina.util中的类
-
This map is specially useful when reads are much more frequent than writes and
if the cost of instantiating the values is high like allocating an
IoBuffer
for example.
- LazyInitializedCacheMap() - 类 的构造器org.apache.mina.util.LazyInitializedCacheMap
-
Default constructor.
- LazyInitializedCacheMap(ConcurrentHashMap<K, LazyInitializer<V>>) - 类 的构造器org.apache.mina.util.LazyInitializedCacheMap
-
This constructor allows to provide a fine tuned ConcurrentHashMap
to stick with each special case the user needs.
- LazyInitializedCacheMap.NoopInitializer - org.apache.mina.util中的类
-
This class provides a noop
LazyInitializer
meaning it
will return the same object it received when instantiated.
- LazyInitializedCacheMap.NoopInitializer(V) - 类 的构造器org.apache.mina.util.LazyInitializedCacheMap.NoopInitializer
-
- LazyInitializer<V> - org.apache.mina.util中的类
-
An abstract class which provides semantics for an object which will be only
fully initialized when requested to.
- LazyInitializer() - 类 的构造器org.apache.mina.util.LazyInitializer
-
- length() - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteReader
-
- limit() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
- limit(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
- limit() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
- limit(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
- limit() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- limit(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- line() - 枚举 中的方法org.apache.mina.http.api.HttpStatus
-
Retrieve the status line for this instance.
- LinearWhitespaceSkippingState - org.apache.mina.filter.codec.statemachine中的类
-
DecodingState
which skips space (0x20) and tab (0x09) characters.
- LinearWhitespaceSkippingState() - 类 的构造器org.apache.mina.filter.codec.statemachine.LinearWhitespaceSkippingState
-
- LineDelimiter - org.apache.mina.filter.codec.textline中的类
-
A delimiter which is appended to the end of a text line, such as
CR/LF.
- LineDelimiter(String) - 类 的构造器org.apache.mina.filter.codec.textline.LineDelimiter
-
Creates a new line delimiter with the specified value.
- ListCommand - org.apache.mina.example.tapedeck中的类
-
Represents the list
command.
- ListCommand() - 类 的构造器org.apache.mina.example.tapedeck.ListCommand
-
- ListEditor - org.apache.mina.integration.beans中的类
-
A PropertyEditor
which converts a String
into
a List
and vice versa.
- ListEditor(Class<?>) - 类 的构造器org.apache.mina.integration.beans.ListEditor
-
- listTapes(IoSession, ListCommand) - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
-
- LM_HASH_MAGIC_CONSTANT - 类 中的静态变量org.apache.mina.proxy.handlers.http.ntlm.NTLMResponses
-
- LoadCommand - org.apache.mina.example.tapedeck中的类
-
Represents the load <tape>
command.
- LoadCommand(int) - 类 的构造器org.apache.mina.example.tapedeck.LoadCommand
-
- LOADED - 类 中的静态变量org.apache.mina.example.tapedeck.TapeDeckServer
-
- loadTape(TapeDeckServer.TapeDeckContext, IoSession, LoadCommand) - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
-
- localAddress(H) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Get the local address associated with a given server socket
- localAddress(Long) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
Get the local address associated with a given server socket
- localAddress(DatagramChannel) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- localAddress(ServerSocketChannel) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Get the local address associated with a given server socket
- LOG - 接口 中的静态变量org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutHandler
-
Logs a warning message, but doesn't do anything else.
- Log4jXmlFormatter - org.apache.mina.util中的类
-
Implementation of Formatter
that generates xml in the log4j format.
- Log4jXmlFormatter() - 类 的构造器org.apache.mina.util.Log4jXmlFormatter
-
- loggedIn() - 类 中的方法org.apache.mina.example.chat.client.SwingChatClient
-
- loggedIn() - 接口 中的方法org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
-
- loggedOut() - 类 中的方法org.apache.mina.example.chat.client.SwingChatClient
-
- loggedOut() - 接口 中的方法org.apache.mina.example.chat.client.SwingChatClientHandler.Callback
-
- LoggingFilter - org.apache.mina.filter.logging中的类
-
Logs all MINA protocol events.
- LoggingFilter() - 类 的构造器org.apache.mina.filter.logging.LoggingFilter
-
Default Constructor.
- LoggingFilter(Class<?>) - 类 的构造器org.apache.mina.filter.logging.LoggingFilter
-
Create a new NoopFilter using a class name
- LoggingFilter(String) - 类 的构造器org.apache.mina.filter.logging.LoggingFilter
-
Create a new NoopFilter using a name
- LOGIN - 类 中的静态变量org.apache.mina.example.chat.ChatCommand
-
- login() - 类 中的方法org.apache.mina.example.chat.client.ChatClientSupport
-
- LogLevel - org.apache.mina.filter.logging中的枚举
-
Defines a logging level.
- LongEditor - org.apache.mina.integration.beans中的类
-
A PropertyEditor
which converts a String
into
a Long
and vice versa.
- LongEditor() - 类 的构造器org.apache.mina.integration.beans.LongEditor
-
- lookup(Object[]) - 类 中的方法org.apache.mina.statemachine.context.AbstractStateContextLookup
-
- lookup(Object) - 类 中的方法org.apache.mina.statemachine.context.AbstractStateContextLookup
-
- lookup(Object) - 类 中的方法org.apache.mina.statemachine.context.IoSessionStateContextLookup
-
- lookup(Object[]) - 类 中的方法org.apache.mina.statemachine.context.SingletonStateContextLookup
-
- lookup(Object[]) - 接口 中的方法org.apache.mina.statemachine.context.StateContextLookup
-
Searches the arguments from an
Event
and returns a
StateContext
if any of the arguments holds one.