MINA 1.1.7(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 X Z 

B

BaseByteBuffer - org.apache.mina.common.support中的类
A base implementation of ByteBuffer.
BaseByteBuffer() - 类 的构造器org.apache.mina.common.support.BaseByteBuffer
 
BaseIoAcceptor - org.apache.mina.common.support中的类
A base implementation of IoAcceptor.
BaseIoAcceptor() - 类 的构造器org.apache.mina.common.support.BaseIoAcceptor
 
BaseIoAcceptorConfig - org.apache.mina.common.support中的类
A base implementation of IoAcceptorConfig.
BaseIoAcceptorConfig() - 类 的构造器org.apache.mina.common.support.BaseIoAcceptorConfig
 
BaseIoConnector - org.apache.mina.common.support中的类
A base implementation of IoConnector.
BaseIoConnector() - 类 的构造器org.apache.mina.common.support.BaseIoConnector
 
BaseIoConnectorConfig - org.apache.mina.common.support中的类
A base implementation of IoConnectorConfig.
BaseIoConnectorConfig() - 类 的构造器org.apache.mina.common.support.BaseIoConnectorConfig
 
BaseIoService - org.apache.mina.common.support中的类
Base implementation of IoServices.
BaseIoService() - 类 的构造器org.apache.mina.common.support.BaseIoService
 
BaseIoServiceConfig - org.apache.mina.common.support中的类
A base implementation of IoServiceConfig.
BaseIoServiceConfig() - 类 的构造器org.apache.mina.common.support.BaseIoServiceConfig
 
BaseIoSession - org.apache.mina.common.support中的类
Base implementation of IoSession.
BaseIoSession() - 类 的构造器org.apache.mina.common.support.BaseIoSession
 
BaseIoSessionConfig - org.apache.mina.common.support中的类
A base implementation of IoSessionConfig.
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中的类
Defines an address to IoHandler binding.
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中的接口
An IoSession for broadcast transports.
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中的接口
Allocates ByteBuffers and manages them.
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.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
MINA 1.1.7(build 2016/02/28)

Copyright © 2016 即时通讯网(52im.net) - 即时通讯开发者社区. All rights reserved.