- BaseByteBuffer - org.apache.mina.common.support中的类
-
- BaseByteBuffer() - 类 的构造器org.apache.mina.common.support.BaseByteBuffer
-
- BaseIoAcceptor - org.apache.mina.common.support中的类
-
- BaseIoAcceptor() - 类 的构造器org.apache.mina.common.support.BaseIoAcceptor
-
- BaseIoAcceptorConfig - org.apache.mina.common.support中的类
-
- BaseIoAcceptorConfig() - 类 的构造器org.apache.mina.common.support.BaseIoAcceptorConfig
-
- BaseIoConnector - org.apache.mina.common.support中的类
-
- BaseIoConnector() - 类 的构造器org.apache.mina.common.support.BaseIoConnector
-
- BaseIoConnectorConfig - org.apache.mina.common.support中的类
-
- BaseIoConnectorConfig() - 类 的构造器org.apache.mina.common.support.BaseIoConnectorConfig
-
- BaseIoService - org.apache.mina.common.support中的类
-
- BaseIoService() - 类 的构造器org.apache.mina.common.support.BaseIoService
-
- BaseIoServiceConfig - org.apache.mina.common.support中的类
-
- BaseIoServiceConfig() - 类 的构造器org.apache.mina.common.support.BaseIoServiceConfig
-
- BaseIoSession - org.apache.mina.common.support中的类
-
- BaseIoSession() - 类 的构造器org.apache.mina.common.support.BaseIoSession
-
- BaseIoSessionConfig - org.apache.mina.common.support中的类
-
- BaseIoSessionConfig() - 类 的构造器org.apache.mina.common.support.BaseIoSessionConfig
-
- bind(SocketAddress, IoHandler) - 接口 中的方法org.apache.mina.common.IoAcceptor
-
Binds to the specified address
and handles incoming
connections with the specified handler
.
- bind(SocketAddress, IoHandler, IoServiceConfig) - 接口 中的方法org.apache.mina.common.IoAcceptor
-
Binds to the specified address
and handles incoming
connections with the specified handler
.
- bind(SocketAddress, IoHandler) - 类 中的方法org.apache.mina.common.support.BaseIoAcceptor
-
- bind(SocketAddress, IoHandler) - 类 中的方法org.apache.mina.common.support.DelegatedIoAcceptor
-
- bind(SocketAddress, IoHandler, IoServiceConfig) - 类 中的方法org.apache.mina.common.support.DelegatedIoAcceptor
-
- bind(SocketAddress, IoHandler, IoServiceConfig) - 类 中的方法org.apache.mina.transport.socket.nio.SocketAcceptor
-
Binds to the specified address
and handles incoming connections with the specified
handler
.
- bind(SocketAddress, IoHandler, IoServiceConfig) - 类 中的方法org.apache.mina.transport.socket.nio.support.DatagramAcceptorDelegate
-
- bind(SocketAddress, IoHandler, IoServiceConfig) - 类 中的方法org.apache.mina.transport.vmpipe.VmPipeAcceptor
-
- Binding - org.apache.mina.integration.spring中的类
-
- Binding() - 类 的构造器org.apache.mina.integration.spring.Binding
-
Creates a new empty instance.
- Binding(SocketAddress, IoHandler) - 类 的构造器org.apache.mina.integration.spring.Binding
-
Creates a new instance using the specified values.
- Binding(SocketAddress, IoHandler, IoServiceConfig) - 类 的构造器org.apache.mina.integration.spring.Binding
-
Creates a new instance using the specified values.
- BlacklistFilter - org.apache.mina.filter中的类
-
A
IoFilter
which blocks connections from blacklisted remote
address.
- BlacklistFilter() - 类 的构造器org.apache.mina.filter.BlacklistFilter
-
- block(InetAddress, String) - 类 中的方法org.apache.mina.filter.BlacklistFilter
-
Blocks the specified endpoint.
- block(InetAddress) - 类 中的方法org.apache.mina.filter.BlacklistFilter
-
Blocks the specified endpoint.
- BODY_LEN - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
-
- BogusSSLContextFactory - org.apache.mina.example.echoserver.ssl中的类
-
Factory to create a bougus SSLContext.
- BogusSSLContextFactory() - 类 的构造器org.apache.mina.example.echoserver.ssl.BogusSSLContextFactory
-
- BogusTrustManagerFactory - org.apache.mina.integration.spring.ssl中的类
-
Bogus TrustManagerFactory
which creates
X509TrustManager
trusting everything.
- BogusTrustManagerFactory() - 类 的构造器org.apache.mina.integration.spring.ssl.BogusTrustManagerFactory
-
- BOTH_IDLE - 类 中的静态变量org.apache.mina.common.IdleStatus
-
- BROADCAST - 类 中的静态变量org.apache.mina.example.chat.ChatCommand
-
- broadcast(String) - 类 中的方法org.apache.mina.example.chat.ChatProtocolHandler
-
- broadcast(String) - 类 中的方法org.apache.mina.example.chat.client.ChatClientSupport
-
- BroadcastIoSession - org.apache.mina.common中的接口
-
- buf() - 类 中的方法org.apache.mina.common.ByteBuffer
-
Returns the underlying NIO buffer instance.
- buf - 类 中的变量org.apache.mina.common.ByteBufferProxy
-
The buffer proxied by this proxy.
- buf() - 类 中的方法org.apache.mina.common.ByteBufferProxy
-
- BufferDataException - org.apache.mina.common中的异常错误
-
A
RuntimeException
which is thrown when the data the
ByteBuffer
contains is corrupt.
- BufferDataException() - 异常错误 的构造器org.apache.mina.common.BufferDataException
-
- BufferDataException(String) - 异常错误 的构造器org.apache.mina.common.BufferDataException
-
- BufferDataException(String, Throwable) - 异常错误 的构造器org.apache.mina.common.BufferDataException
-
- BufferDataException(Throwable) - 异常错误 的构造器org.apache.mina.common.BufferDataException
-
- buildFilterChain(IoFilterChain) - 类 中的方法org.apache.mina.common.DefaultIoFilterChainBuilder
-
- buildFilterChain(IoFilterChain) - 类 中的方法org.apache.mina.common.ExecutorThreadModel
-
- buildFilterChain(IoFilterChain) - 接口 中的方法org.apache.mina.common.IoFilterChainBuilder
-
Modifies the specified chain.
- ByteBuffer - org.apache.mina.common中的类
-
A byte buffer used by MINA applications.
- ByteBuffer() - 类 的构造器org.apache.mina.common.ByteBuffer
-
- ByteBufferAllocator - org.apache.mina.common中的接口
-
- ByteBufferHexDumper - org.apache.mina.common.support中的类
-
Provides utility methods for ByteBuffers.
- ByteBufferHexDumper() - 类 的构造器org.apache.mina.common.support.ByteBufferHexDumper
-
- ByteBufferProxy - org.apache.mina.common中的类
-
A
ByteBuffer
that wraps a buffer and proxies any operations to it.
- ByteBufferProxy(ByteBuffer) - 类 的构造器org.apache.mina.common.ByteBufferProxy
-
Create a new instance.
- ByteBufferUtil - org.apache.mina.util中的类
-
ByteBuffer utility.