- backlog - 类 中的变量org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Define the number of socket that can wait to be accepted.
- Base64 - org.apache.mina.util中的类
-
Provides Base64 encoding and decoding as defined by RFC 2045.
- Base64() - 类 的构造器org.apache.mina.util.Base64
-
- BASIC_AUTH - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- BASIC_AUTH_SUBNEGOTIATION_VERSION - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- bb - 类 中的变量org.apache.mina.util.byteaccess.BufferByteArray
-
The backing IoBuffer
.
- bind() - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
-
Binds to the default local address(es) and start to accept incoming
connections.
- bind(SocketAddress) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
-
Binds to the specified local address and start to accept incoming
connections.
- bind(SocketAddress...) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bind(SocketAddress, SocketAddress...) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bind(Iterable<? extends SocketAddress>) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bind() - 接口 中的方法org.apache.mina.core.service.IoAcceptor
-
Binds to the default local address(es) and start to accept incoming
connections.
- bind(SocketAddress) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
-
Binds to the specified local address and start to accept incoming
connections.
- bind(SocketAddress, SocketAddress...) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bind(SocketAddress...) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bind(Iterable<? extends SocketAddress>) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
-
Binds to the specified local addresses and start to accept incoming
connections.
- bindInternal(List<? extends SocketAddress>) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Starts the acceptor, and register the given addresses
- bindInternal(List<? extends SocketAddress>) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
-
Starts the acceptor, and register the given addresses
- bindInternal(List<? extends SocketAddress>) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
Starts the acceptor, and register the given addresses
- bindInternal(List<? extends SocketAddress>) - 类 中的方法org.apache.mina.transport.vmpipe.VmPipeAcceptor
-
Starts the acceptor, and register the given addresses
- bindLock - 类 中的变量org.apache.mina.core.service.AbstractIoAcceptor
-
The lock object which is acquired while bind or unbind operation is performed.
- BlacklistFilter - org.apache.mina.filter.firewall中的类
-
A
IoFilter
which blocks connections from blacklisted remote
address.
- BlacklistFilter() - 类 的构造器org.apache.mina.filter.firewall.BlacklistFilter
-
- block() - 类 中的方法org.apache.mina.filter.executor.IoEventQueueThrottle
-
- block(InetAddress) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
-
Blocks the specified endpoint.
- block(Subnet) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
-
Blocks the specified subnet.
- BODY_LEN - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
-
- BogusSslContextFactory - org.apache.mina.example.echoserver.ssl中的类
-
Factory to create a bogus SSLContext.
- BogusSslContextFactory() - 类 的构造器org.apache.mina.example.echoserver.ssl.BogusSslContextFactory
-
- BogusTrustManagerFactory - org.apache.mina.filter.ssl中的类
-
Bogus TrustManagerFactory
which creates
X509TrustManager
trusting everything.
- BogusTrustManagerFactory() - 类 的构造器org.apache.mina.filter.ssl.BogusTrustManagerFactory
-
- BooleanEditor - org.apache.mina.integration.beans中的类
-
A PropertyEditor
which converts a String
into
a Character
and vice versa.
- BooleanEditor() - 类 的构造器org.apache.mina.integration.beans.BooleanEditor
-
- BOTH_IDLE - 类 中的静态变量org.apache.mina.core.session.IdleStatus
-
- breakAndCallNext(String) - 类 中的静态方法org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
next Event
.
- breakAndCallNext(String, String) - 类 中的静态方法org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
next Event
.
- breakAndCallNow(String) - 类 中的静态方法org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
current Event
.
- breakAndCallNow(String, String) - 类 中的静态方法org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
current Event
.
- breakAndContinue() - 类 中的静态方法org.apache.mina.statemachine.StateControl
-
- breakAndGotoNext(String) - 类 中的静态方法org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
next Event
.
- breakAndGotoNow(String) - 类 中的静态方法org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
State
with the specified id handle the
current Event
.
- breakAndReturnNext() - 类 中的静态方法org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
last recorded
State
handle the
next Event
.
- breakAndReturnNow() - 类 中的静态方法org.apache.mina.statemachine.StateControl
-
Breaks the execution of the current
Transition
and lets the
last recorded
State
handle the
current Event
.
- BreakException - org.apache.mina.statemachine中的异常错误
-
The base exception of the exceptions thrown by the methods in the
StateControl
class.
- BreakException() - 异常错误 的构造器org.apache.mina.statemachine.BreakException
-
- broadcast(Object, Collection<IoSession>) - 类 中的静态方法org.apache.mina.core.IoUtil
-
Writes the specified message
to the specified sessions
.
- broadcast(Object, Iterable<IoSession>) - 类 中的静态方法org.apache.mina.core.IoUtil
-
Writes the specified message
to the specified sessions
.
- broadcast(Object, Iterator<IoSession>) - 类 中的静态方法org.apache.mina.core.IoUtil
-
Writes the specified message
to the specified sessions
.
- broadcast(Object, IoSession...) - 类 中的静态方法org.apache.mina.core.IoUtil
-
Writes the specified message
to the specified sessions
.
- broadcast(Object) - 类 中的方法org.apache.mina.core.service.AbstractIoService
-
Writes the specified
message
to all the
IoSession
s
managed by this service.
- broadcast(Object) - 接口 中的方法org.apache.mina.core.service.IoService
-
Writes the specified
message
to all the
IoSession
s
managed by this service.
- BROADCAST - 类 中的静态变量org.apache.mina.example.chat.ChatCommand
-
- broadcast(String) - 类 中的方法org.apache.mina.example.chat.ChatProtocolHandler
-
- broadcast(String) - 类 中的方法org.apache.mina.example.chat.client.ChatClientSupport
-
- buf(ByteBuffer) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
-
Sets the underlying NIO buffer instance.
- buf() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
- buf() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- BufferByteArray - org.apache.mina.util.byteaccess中的类
-
A ByteArray
backed by a IoBuffer
.
- BufferByteArray(IoBuffer) - 类 的构造器org.apache.mina.util.byteaccess.BufferByteArray
-
Creates a new instance of BufferByteArray and uses the supplied
IoBuffer
to back this class
- BufferDataException - org.apache.mina.core.buffer中的异常错误
-
A
RuntimeException
which is thrown when the data the
IoBuffer
contains is corrupt.
- BufferDataException() - 异常错误 的构造器org.apache.mina.core.buffer.BufferDataException
-
- BufferDataException(String) - 异常错误 的构造器org.apache.mina.core.buffer.BufferDataException
-
- BufferDataException(String, Throwable) - 异常错误 的构造器org.apache.mina.core.buffer.BufferDataException
-
- BufferDataException(Throwable) - 异常错误 的构造器org.apache.mina.core.buffer.BufferDataException
-
- BufferedWriteFilter - org.apache.mina.filter.buffer中的类
-
An
IoFilter
implementation used to buffer outgoing
WriteRequest
almost
like what
BufferedOutputStream
does.
- BufferedWriteFilter() - 类 的构造器org.apache.mina.filter.buffer.BufferedWriteFilter
-
Default constructor.
- BufferedWriteFilter(int) - 类 的构造器org.apache.mina.filter.buffer.BufferedWriteFilter
-
Constructor which sets buffer size to bufferSize
.Uses a default
instance of ConcurrentHashMap
.
- BufferedWriteFilter(int, LazyInitializedCacheMap<IoSession, IoBuffer>) - 类 的构造器org.apache.mina.filter.buffer.BufferedWriteFilter
-
Constructor which sets buffer size to bufferSize
.
- buildFilterChain(IoFilterChain) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
- buildFilterChain(IoFilterChain) - 接口 中的方法org.apache.mina.core.filterchain.IoFilterChainBuilder
-
Modifies the specified chain.
- ByteArray - org.apache.mina.util.byteaccess中的接口
-
Represents a sequence of bytes that can be read or written directly or
through a cursor.
- ByteArray.Cursor - org.apache.mina.util.byteaccess中的接口
-
Provides relocatable, relative access to the underlying array.
- ByteArrayFactory - org.apache.mina.util.byteaccess中的接口
-
A factory for ByteArray
s.
- ByteArrayPool - org.apache.mina.util.byteaccess中的类
-
Creates ByteArray
s, using a pool to reduce allocation where possible.
- ByteArrayPool(boolean, int, int) - 类 的构造器org.apache.mina.util.byteaccess.ByteArrayPool
-
Creates a new instance of ByteArrayPool.
- ByteEditor - org.apache.mina.integration.beans中的类
-
A PropertyEditor
which converts a String
into
an Byte
and vice versa.
- ByteEditor() - 类 的构造器org.apache.mina.integration.beans.ByteEditor
-
- ByteUtilities - org.apache.mina.proxy.utils中的类
-
ByteUtilities.java - Byte manipulation functions.
- ByteUtilities() - 类 的构造器org.apache.mina.proxy.utils.ByteUtilities
-