- scheduledForFlush() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Schedule the session for flushed
- select() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Check for acceptable connections, interrupt when at least a server is ready for accepting.
- select(int) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
-
Check for connected sockets, interrupt when at least a connection is
processed (connected or failed to connect).
- select(long) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
-
poll those sessions for the given timeout
- select() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
-
poll those sessions forever
- select() - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
-
poll those sessions forever
- select(long) - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
-
poll those sessions for the given timeout
- select() - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
Check for acceptable connections, interrupt when at least a server is ready for accepting.
- select(int) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketConnector
-
Check for connected sockets, interrupt when at least a connection is
processed (connected or failed to connect).
- select() - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- select(long) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- select(int) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- select(long) - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
-
- select() - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
-
- select() - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Check if we have at least one key whose corresponding channels is
ready for I/O operations.
- select(int) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketConnector
-
Check for connected sockets, interrupt when at least a connection is
processed (connected or failed to connect).
- selectedHandles() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
- selectedHandles() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoConnector
-
- selectedHandles() - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
- selectedHandles() - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketConnector
-
- selectedHandles() - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- selectedHandles() - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- selectedHandles() - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
- selectedHandles() - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketConnector
-
- selectedSessions() - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
-
- selectedSessions() - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
-
- selectedSessions() - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
-
- SELF - 注释类型 中的静态变量org.apache.mina.statemachine.annotation.Transition
-
- SelfTransition - org.apache.mina.statemachine.transition中的接口
-
The interface implemented by classes which need to react on entering
a certain states.
- send(NioSession, IoBuffer, SocketAddress) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- sendAuthRequest(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.example.tapedeck.AuthenticationHandler
-
- sendRequest(ImageRequest) - 类 中的方法org.apache.mina.example.imagine.step1.client.ImageClient
-
- SEQUENCE_LEN - 类 中的静态变量org.apache.mina.example.sumup.codec.Constants
-
- SerialAddress - org.apache.mina.transport.serial中的类
-
An address for a serial port communication.
- SerialAddress(String, int, SerialAddress.DataBits, SerialAddress.StopBits, SerialAddress.Parity, SerialAddress.FlowControl) - 类 的构造器org.apache.mina.transport.serial.SerialAddress
-
Create an address for a serial communication, associating a serial interface and
various serial signal carcteristics.
- SerialAddress.DataBits - org.apache.mina.transport.serial中的枚举
-
- SerialAddress.FlowControl - org.apache.mina.transport.serial中的枚举
-
- SerialAddress.Parity - org.apache.mina.transport.serial中的枚举
-
- SerialAddress.StopBits - org.apache.mina.transport.serial中的枚举
-
- SerialAddressEditor - org.apache.mina.transport.serial中的类
-
A
PropertyEditor
which converts a
String
into a
SerialAddress
and vice versa.
- SerialAddressEditor() - 类 的构造器org.apache.mina.transport.serial.SerialAddressEditor
-
- SerialConnector - org.apache.mina.transport.serial中的类
-
- SerialConnector() - 类 的构造器org.apache.mina.transport.serial.SerialConnector
-
- SerialConnector(Executor) - 类 的构造器org.apache.mina.transport.serial.SerialConnector
-
- SerialPortUnavailableException - org.apache.mina.transport.serial中的异常错误
-
Exception thrown when the serial port can't be open because
it doesn't exists.
- SerialPortUnavailableException(String) - 异常错误 的构造器org.apache.mina.transport.serial.SerialPortUnavailableException
-
- SerialSession - org.apache.mina.transport.serial中的接口
-
An
IoSession
for serial communication transport.
- SerialSessionConfig - org.apache.mina.transport.serial中的接口
-
- Server - org.apache.mina.example.sumup中的类
-
(Entry Point) Starts SumUp server.
- Server() - 类 的构造器org.apache.mina.example.sumup.Server
-
- ServerSessionHandler - org.apache.mina.example.sumup中的类
-
- ServerSessionHandler() - 类 的构造器org.apache.mina.example.sumup.ServerSessionHandler
-
- ServerToProxyIoHandler - org.apache.mina.example.proxy中的类
-
Handles the server to proxy part of the proxied connection.
- ServerToProxyIoHandler() - 类 的构造器org.apache.mina.example.proxy.ServerToProxyIoHandler
-
- serviceActivated(IoService) - 接口 中的方法org.apache.mina.core.service.IoServiceListener
-
Invoked when a new service is activated by an
IoService
.
- serviceDeactivated(IoService) - 接口 中的方法org.apache.mina.core.service.IoServiceListener
-
Invoked when a service is deactivated by an
IoService
.
- serviceIdle(IoService, IdleStatus) - 接口 中的方法org.apache.mina.core.service.IoServiceListener
-
Invoked when a service is idle.
- SESSION_CREATED_FUTURE - 类 中的静态变量org.apache.mina.core.filterchain.DefaultIoFilterChain
-
- SESSION_HA1 - 类 中的静态变量org.apache.mina.proxy.handlers.http.digest.DigestUtilities
-
- SESSION_SECURED - 类 中的静态变量org.apache.mina.filter.ssl.SslFilter
-
- SESSION_UNSECURED - 类 中的静态变量org.apache.mina.filter.ssl.SslFilter
-
- SessionAttributeInitializingFilter - org.apache.mina.filter.util中的类
-
- SessionAttributeInitializingFilter() - 类 的构造器org.apache.mina.filter.util.SessionAttributeInitializingFilter
-
Creates a new instance with no default attributes.
- SessionAttributeInitializingFilter(Map<String, ? extends Object>) - 类 的构造器org.apache.mina.filter.util.SessionAttributeInitializingFilter
-
Creates a new instance with the specified default attributes.
- sessionClosed(IoSession) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter.NextFilter
-
Forwards sessionClosed event to next filter.
- sessionClosed(IoFilter.NextFilter, IoSession) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter
-
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.core.filterchain.IoFilterAdapter
-
- sessionClosed(IoSession) - 接口 中的方法org.apache.mina.core.service.IoHandler
-
Invoked when a connection is closed.
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.core.service.IoHandlerAdapter
-
Invoked when a connection is closed.
- sessionClosed(IoSession) - 接口 中的方法org.apache.mina.core.service.IoServiceListener
-
Invoked when a new session is closed by an
IoService
.
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.chat.ChatProtocolHandler
-
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.chat.client.SwingChatClientHandler
-
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.echoserver.EchoProtocolHandler
-
- sessionClosed() - 类 中的方法org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
-
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.imagine.step1.client.ImageClient
-
- sessionClosed() - 接口 中的方法org.apache.mina.example.imagine.step1.client.ImageListener
-
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.netcat.NetCatProtocolHandler
-
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.proxy.AbstractProxyIoHandler
-
Invoked when a connection is closed.
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.example.tapedeck.AuthenticationHandler
-
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.tcp.perf.TcpClient
-
Invoked when a connection is closed.
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.tcp.perf.TcpServer
-
Invoked when a connection is closed.
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.tennis.TennisPlayer
-
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.udp.client.MemMonClient
-
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.udp.MemoryMonitorHandler
-
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.udp.perf.UdpClient
-
Invoked when a connection is closed.
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.example.udp.perf.UdpServer
-
Invoked when a connection is closed.
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.buffer.BufferedWriteFilter
-
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.codec.ProtocolCodecFilter
-
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.executor.ExecutorFilter
-
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
-
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.ssl.SslFilter
-
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.statistic.ProfilerTimerFilter
-
Profile a SessionClosed event.
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.util.CommonEventFilter
-
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.util.ReferenceCountingFilter
-
- sessionClosed() - 接口 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandler
-
已过时。
Invoked when the connection is closed.
- sessionClosed() - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
-
已过时。
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
-
已过时。
- sessionClosed(IoSession) - 类 中的方法org.apache.mina.handler.stream.StreamIoHandler
-
Closes streams
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.http.HttpClientCodec
-
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.http.HttpServerCodec
-
- sessionClosed(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.proxy.filter.ProxyFilter
-
Event is stored in an
IoSessionEventQueue
for later delivery to the next filter
in the chain when the handshake would have succeed.
- sessionConfig - 类 中的变量org.apache.mina.core.service.AbstractIoService
-
- sessionCreated(IoSession) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter.NextFilter
-
Forwards sessionCreated event to next filter.
- sessionCreated(IoFilter.NextFilter, IoSession) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter
-
- sessionCreated(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.core.filterchain.IoFilterAdapter
-
- sessionCreated(IoSession) - 接口 中的方法org.apache.mina.core.service.IoHandler
-
Invoked from an I/O processor thread when a new connection has been created.
- sessionCreated(IoSession) - 类 中的方法org.apache.mina.core.service.IoHandlerAdapter
-
Invoked from an I/O processor thread when a new connection has been created.
- sessionCreated(IoSession) - 接口 中的方法org.apache.mina.core.service.IoServiceListener
-
Invoked when a new session is created by an
IoService
.
- sessionCreated(IoSession) - 类 中的方法org.apache.mina.example.echoserver.EchoProtocolHandler
-
- sessionCreated(IoSession) - 类 中的方法org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
-
This method is called first when a new connection to the server is made.
- sessionCreated(IoSession) - 类 中的方法org.apache.mina.example.proxy.AbstractProxyIoHandler
-
Invoked from an I/O processor thread when a new connection has been created.
- sessionCreated(IoSession) - 类 中的方法org.apache.mina.example.tcp.perf.TcpClient
-
Invoked from an I/O processor thread when a new connection has been created.
- sessionCreated(IoSession) - 类 中的方法org.apache.mina.example.tcp.perf.TcpServer
-
Invoked from an I/O processor thread when a new connection has been created.
- sessionCreated(IoSession) - 类 中的方法org.apache.mina.example.udp.client.MemMonClient
-
- sessionCreated(IoSession) - 类 中的方法org.apache.mina.example.udp.MemoryMonitorHandler
-
- sessionCreated(IoSession) - 类 中的方法org.apache.mina.example.udp.perf.UdpClient
-
Invoked from an I/O processor thread when a new connection has been created.
- sessionCreated(IoSession) - 类 中的方法org.apache.mina.example.udp.perf.UdpServer
-
Invoked from an I/O processor thread when a new connection has been created.
- sessionCreated(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
-
- sessionCreated(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.firewall.ConnectionThrottleFilter
-
- sessionCreated(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
- sessionCreated(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.statistic.ProfilerTimerFilter
-
Profile a SessionCreated event.
- sessionCreated(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.util.CommonEventFilter
-
- sessionCreated(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.util.ReferenceCountingFilter
-
- sessionCreated(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.util.SessionAttributeInitializingFilter
-
Puts all pre-configured attributes into the actual session attribute
map and forward the event to the next filter.
- sessionCreated() - 接口 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandler
-
已过时。
Invoked when the session is created.
- sessionCreated() - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
-
已过时。
- sessionCreated(IoSession) - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
-
已过时。
Creates a new instance with the factory passed to the constructor of
this class.
- sessionCreated(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.proxy.filter.ProxyFilter
-
Called when the session is created.
- sessionDestroyed(IoSession) - 接口 中的方法org.apache.mina.core.service.IoServiceListener
-
Invoked when a session is being destroyed by an
IoService
.
- sessionIdle(IoSession, IdleStatus) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter.NextFilter
-
Forwards sessionIdle event to next filter.
- sessionIdle(IoFilter.NextFilter, IoSession, IdleStatus) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter
-
- sessionIdle(IoFilter.NextFilter, IoSession, IdleStatus) - 类 中的方法org.apache.mina.core.filterchain.IoFilterAdapter
-
- sessionIdle(IoSession, IdleStatus) - 接口 中的方法org.apache.mina.core.service.IoHandler
-
Invoked with the related
IdleStatus
when a connection becomes idle.
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.core.service.IoHandlerAdapter
-
Invoked with the related
IdleStatus
when a connection becomes idle.
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.example.echoserver.EchoProtocolHandler
-
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.example.gettingstarted.timeserver.TimeServerHandler
-
On idle, we just write a message on the console
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.example.netcat.NetCatProtocolHandler
-
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.example.sumup.ServerSessionHandler
-
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.example.tcp.perf.TcpClient
-
Invoked with the related
IdleStatus
when a connection becomes idle.
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.example.tcp.perf.TcpServer
-
Invoked with the related
IdleStatus
when a connection becomes idle.
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.example.udp.client.MemMonClient
-
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.example.udp.MemoryMonitorHandler
-
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.example.udp.perf.UdpClient
-
Invoked with the related
IdleStatus
when a connection becomes idle.
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.example.udp.perf.UdpServer
-
Invoked with the related
IdleStatus
when a connection becomes idle.
- sessionIdle(IoFilter.NextFilter, IoSession, IdleStatus) - 类 中的方法org.apache.mina.filter.executor.ExecutorFilter
-
- sessionIdle(IoFilter.NextFilter, IoSession, IdleStatus) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
-
- sessionIdle(IoFilter.NextFilter, IoSession, IdleStatus) - 类 中的方法org.apache.mina.filter.keepalive.KeepAliveFilter
-
- sessionIdle(IoFilter.NextFilter, IoSession, IdleStatus) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
- sessionIdle(IoFilter.NextFilter, IoSession, IdleStatus) - 类 中的方法org.apache.mina.filter.statistic.ProfilerTimerFilter
-
Profile a SessionIdle event.
- sessionIdle(IoFilter.NextFilter, IoSession, IdleStatus) - 类 中的方法org.apache.mina.filter.util.CommonEventFilter
-
- sessionIdle(IoFilter.NextFilter, IoSession, IdleStatus) - 类 中的方法org.apache.mina.filter.util.ReferenceCountingFilter
-
- sessionIdle(IdleStatus) - 接口 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandler
-
已过时。
Invoked when the connection is idle.
- sessionIdle(IdleStatus) - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
-
已过时。
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
-
已过时。
- sessionIdle(IoSession, IdleStatus) - 类 中的方法org.apache.mina.handler.stream.StreamIoHandler
-
Handles read timeout.
- sessionIdle(IoFilter.NextFilter, IoSession, IdleStatus) - 类 中的方法org.apache.mina.proxy.filter.ProxyFilter
-
Event is stored in an
IoSessionEventQueue
for later delivery to the next filter
in the chain when the handshake would have succeed.
- sessionOpened(IoSession) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter.NextFilter
-
Forwards sessionOpened event to next filter.
- sessionOpened(IoFilter.NextFilter, IoSession) - 接口 中的方法org.apache.mina.core.filterchain.IoFilter
-
- sessionOpened(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.core.filterchain.IoFilterAdapter
-
- sessionOpened(IoSession) - 接口 中的方法org.apache.mina.core.service.IoHandler
-
Invoked when a connection has been opened.
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.core.service.IoHandlerAdapter
-
Invoked when a connection has been opened.
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.chat.client.SwingChatClientHandler
-
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.echoserver.EchoProtocolHandler
-
- sessionOpened() - 类 中的方法org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
-
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.imagine.step1.client.ImageClient
-
- sessionOpened() - 接口 中的方法org.apache.mina.example.imagine.step1.client.ImageListener
-
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.imagine.step1.server.ImageServerIoHandler
-
Called when the session is opened, which will come after the session created.
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.imagine.step3.server.ImageServerIoHandler
-
Called when the session is opened, which will come after the session created.
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.netcat.NetCatProtocolHandler
-
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.proxy.ClientToProxyIoHandler
-
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.sumup.ClientSessionHandler
-
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.sumup.ServerSessionHandler
-
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.tcp.perf.TcpClient
-
Invoked when a connection has been opened.
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.tcp.perf.TcpServer
-
Invoked when a connection has been opened.
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.tennis.TennisPlayer
-
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.udp.client.MemMonClient
-
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.udp.MemoryMonitorHandler
-
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.udp.perf.UdpClient
-
Invoked when a connection has been opened.
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.example.udp.perf.UdpServer
-
Invoked when a connection has been opened.
- sessionOpened(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.executor.ExecutorFilter
-
- sessionOpened(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
-
- sessionOpened(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
- sessionOpened(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.statistic.ProfilerTimerFilter
-
Profile a SessionOpened event.
- sessionOpened(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.util.CommonEventFilter
-
- sessionOpened(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.filter.util.ReferenceCountingFilter
-
- sessionOpened() - 接口 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandler
-
已过时。
Invoked when the connection is opened.
- sessionOpened() - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
-
已过时。
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
-
已过时。
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.handler.stream.StreamIoHandler
-
Initializes streams and timeout settings.
- sessionOpened(IoSession) - 类 中的方法org.apache.mina.proxy.AbstractProxyIoHandler
-
Hooked session opened event.
- sessionOpened(IoFilter.NextFilter, IoSession) - 类 中的方法org.apache.mina.proxy.filter.ProxyFilter
-
Event is stored in an
IoSessionEventQueue
for later delivery to the next filter
in the chain when the handshake would have succeed.
- SessionState - org.apache.mina.core.session中的枚举
-
The session state.
- set(int, E) - 类 中的方法org.apache.mina.util.CircularQueue
-
- setAll(IoSessionConfig) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
-
Sets all configuration properties retrieved from the specified
config.
- setAll(IoSessionConfig) - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
-
Sets all configuration properties retrieved from the specified
config.
- setAllocator(IoBufferAllocator) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
-
Sets the allocator used by existing and new buffers
- setAllowedInterval(long) - 类 中的方法org.apache.mina.filter.firewall.ConnectionThrottleFilter
-
Sets the interval between connections from a client.
- setAsText(String) - 类 中的方法org.apache.mina.integration.beans.AbstractPropertyEditor
-
- setAttachment(Object) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Sets an attachment of this session.
- setAttachment(Object) - 接口 中的方法org.apache.mina.core.session.IoSession
-
- setAttribute(Object, Object) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Sets a user-defined attribute.
- setAttribute(Object) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Sets a user defined attribute without a value.
- setAttribute(Object, Object) - 接口 中的方法org.apache.mina.core.session.IoSession
-
Sets a user-defined attribute.
- setAttribute(Object) - 接口 中的方法org.apache.mina.core.session.IoSession
-
Sets a user defined attribute without a value.
- setAttribute(IoSession, Object, Object) - 接口 中的方法org.apache.mina.core.session.IoSessionAttributeMap
-
Sets a user-defined attribute.
- setAttribute(String, Object) - 类 中的方法org.apache.mina.filter.util.SessionAttributeInitializingFilter
-
Sets a user-defined attribute.
- setAttribute(String) - 类 中的方法org.apache.mina.filter.util.SessionAttributeInitializingFilter
-
Sets a user defined attribute without a value.
- setAttribute(Object, Object) - 类 中的方法org.apache.mina.statemachine.context.AbstractStateContext
-
- setAttribute(Object, Object) - 接口 中的方法org.apache.mina.statemachine.context.StateContext
-
Sets the value of the attribute with the specified key.
- setAttributeIfAbsent(Object, Object) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Sets a user defined attribute if the attribute with the specified key
is not set yet.
- setAttributeIfAbsent(Object) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Sets a user defined attribute without a value if the attribute with
the specified key is not set yet.
- setAttributeIfAbsent(Object, Object) - 接口 中的方法org.apache.mina.core.session.IoSession
-
Sets a user defined attribute if the attribute with the specified key
is not set yet.
- setAttributeIfAbsent(Object) - 接口 中的方法org.apache.mina.core.session.IoSession
-
Sets a user defined attribute without a value if the attribute with
the specified key is not set yet.
- setAttributeIfAbsent(IoSession, Object, Object) - 接口 中的方法org.apache.mina.core.session.IoSessionAttributeMap
-
Sets a user defined attribute if the attribute with the specified key
is not set yet.
- setAttributeMap(IoSessionAttributeMap) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Set the map of attributes associated with the session
- setAttributes(Map<String, ? extends Object>) - 类 中的方法org.apache.mina.filter.util.SessionAttributeInitializingFilter
-
Sets the attribute map.
- setAuthenticationFailed(boolean) - 类 中的方法org.apache.mina.proxy.session.ProxyIoSession
-
Sets the authentication failed flag.
- setAutoExpand(boolean) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
-
Turns on or off autoExpand.
- setAutoExpand(boolean) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
Turns on or off autoExpand.
- setAutoExpand(boolean) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- setAutoShrink(boolean) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
-
Turns on or off autoShrink.
- setAutoShrink(boolean) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
Turns on or off autoShrink.
- setAutoShrink(boolean) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- setBacklog(int) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Sets the Backlog parameter
- setBacklog(int) - 接口 中的方法org.apache.mina.transport.socket.SocketAcceptor
-
Sets the size of the backlog.
- setBlacklist(InetAddress[]) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
-
Sets the addresses to be blacklisted.
- setBlacklist(Iterable<InetAddress>) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
-
Sets the addresses to be blacklisted.
- setBody(String) - 类 中的方法org.apache.mina.proxy.handlers.http.HttpProxyResponse
-
Sets the HTTP response body.
- setBothIdleTime(int) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
-
- setBothIdleTime(int) - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
-
- setBroadcast(boolean) - 接口 中的方法org.apache.mina.transport.socket.DatagramSessionConfig
-
- setBroadcast(boolean) - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
-
- setBufferLength(int) - 类 中的方法org.apache.mina.filter.codec.textline.TextLineDecoder
-
Sets the default buffer size.
- setBufferSize(int) - 类 中的方法org.apache.mina.filter.buffer.BufferedWriteFilter
-
Sets the buffer size but only for the newly created buffers.
- setChangeByteProbability(int) - 类 中的方法org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
Set the probability for the change byte error.
- setCharsetName(String) - 类 中的方法org.apache.mina.proxy.session.ProxyIoSession
-
Sets the charset to use.
- setClassLoader(ClassLoader) - 类 中的方法org.apache.mina.statemachine.StateMachineProxyBuilder
-
Sets the class loader to use for instantiating proxies.
- setClientSessionCacheSize(int) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the SSLSession cache size for the SSLSessionContext
for use in client mode.
- setClientSessionTimeout(int) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Set the SSLSession timeout limit for the SSLSessionContext
for use in client mode.
- setClosed() - 接口 中的方法org.apache.mina.core.future.CloseFuture
-
Marks this future as closed and notifies all threads waiting for this
future.
- setClosed() - 类 中的方法org.apache.mina.core.future.DefaultCloseFuture
-
Marks this future as closed and notifies all threads waiting for this
future.
- setClosed() - 类 中的方法org.apache.mina.core.future.DefaultReadFuture
-
- setClosed() - 接口 中的方法org.apache.mina.core.future.ReadFuture
-
- setCloseOnDeactivation(boolean) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
-
Sets whether all client sessions are closed when this acceptor unbinds
from all the related local addresses (i.e. when the service is
deactivated).
- setCloseOnDeactivation(boolean) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
-
Sets whether all client sessions are closed when this acceptor unbinds
from all the related local addresses (i.e. when the service is
deactivated).
- setCloseOnPortUnreachable(boolean) - 类 中的方法org.apache.mina.transport.socket.AbstractDatagramSessionConfig
-
Sets if the session should be closed if an PortUnreachableException
occurs.
- setCloseOnPortUnreachable(boolean) - 接口 中的方法org.apache.mina.transport.socket.DatagramSessionConfig
-
Sets if the session should be closed if an PortUnreachableException
occurs.
- setCompressInbound(boolean) - 类 中的方法org.apache.mina.filter.compression.CompressionFilter
-
Sets if incoming data has to be compressed.
- setCompressOutbound(boolean) - 类 中的方法org.apache.mina.filter.compression.CompressionFilter
-
Set if outgoing data has to be compressed.
- setConfig(IoSessionConfig) - 类 中的方法org.apache.mina.core.session.DummySession
-
Sets the configuration of this session.
- setConnector(ProxyConnector) - 类 中的方法org.apache.mina.proxy.session.ProxyIoSession
-
Sets the connector reference of this proxy session.
- setConnectTimeout(int) - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
-
已过时。
Take a look at setConnectTimeoutMillis(long)
- setConnectTimeout(int) - 接口 中的方法org.apache.mina.core.service.IoConnector
-
已过时。
- setConnectTimeoutCheckInterval(long) - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
-
- setConnectTimeoutMillis(long) - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
-
Sets the connect timeout value in milliseconds.
- setConnectTimeoutMillis(long) - 接口 中的方法org.apache.mina.core.service.IoConnector
-
Sets the connect timeout in milliseconds.
- setContentLength(int) - 类 中的方法org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
-
- setContentLength(int, boolean) - 类 中的方法org.apache.mina.proxy.utils.IoBufferDecoder
-
Sets the the length of the content line to be decoded.
- setCorePoolSize(int) - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- setCorePoolSize(int) - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- setCurrentState(State) - 类 中的方法org.apache.mina.statemachine.context.AbstractStateContext
-
- setCurrentState(State) - 接口 中的方法org.apache.mina.statemachine.context.StateContext
-
- setCurrentWriteRequest(WriteRequest) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Associate the current write request with the session
- setCurrentWriteRequest(WriteRequest) - 接口 中的方法org.apache.mina.core.session.IoSession
-
Associate the current write request with the session
- setData(byte[]) - 类 中的方法org.apache.mina.filter.ssl.KeyStoreFactory
-
Sets the data which contains the key store.
- setDataFile(File) - 类 中的方法org.apache.mina.filter.ssl.KeyStoreFactory
-
Sets the data which contains the key store.
- setDataUrl(URL) - 类 中的方法org.apache.mina.filter.ssl.KeyStoreFactory
-
Sets the data which contains the key store.
- setDecodedBuffer(IoBuffer) - 类 中的方法org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
-
- setDecoderMaxDataLength(int) - 类 中的方法org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
-
Sets the maximum allowed value specified as data length in the decoded data
Useful for preventing an OutOfMemory attack by the peer.
- setDecoderMaxLineLength(int) - 类 中的方法org.apache.mina.filter.codec.textline.TextLineCodecFactory
-
Sets the allowed maximum size of the line to be decoded.
- setDecoderMaxObjectSize(int) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationCodecFactory
-
Sets the allowed maximum size of the object to be decoded.
- setDecoderPrefixLength(int) - 类 中的方法org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
-
Sets the length of the prefix used by the decoder
- setDefaultLocalAddress(SocketAddress) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
-
Sets the default local address to bind when no argument is specified in
IoAcceptor.bind()
method.
- setDefaultLocalAddress(SocketAddress) - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
-
Sets the default local address
- setDefaultLocalAddress(SocketAddress) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
-
Sets the default local address to bind when no argument is specified in
IoAcceptor.bind()
method.
- setDefaultLocalAddress(SocketAddress) - 接口 中的方法org.apache.mina.core.service.IoConnector
-
Sets the default local address
- setDefaultLocalAddress(InetSocketAddress) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketAcceptor
-
- setDefaultLocalAddress(InetSocketAddress) - 接口 中的方法org.apache.mina.transport.socket.DatagramAcceptor
-
Sets the default local InetSocketAddress to bind when no argument is specified in
IoAcceptor.bind()
method.
- setDefaultLocalAddress(InetSocketAddress) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- setDefaultLocalAddress(InetSocketAddress) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketAcceptor
-
Sets the default local InetSocketAddress to bind when no argument is specified in
IoAcceptor.bind()
method.
- setDefaultLocalAddress(InetSocketAddress) - 接口 中的方法org.apache.mina.transport.socket.SocketAcceptor
-
Sets the default local InetSocketAddress to bind when no argument is specified in
IoAcceptor.bind()
method.
- setDefaultLocalAddress(VmPipeAddress) - 类 中的方法org.apache.mina.transport.vmpipe.VmPipeAcceptor
-
Sets the local Address for this acceptor
- setDefaultLocalAddresses(List<? extends SocketAddress>) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
-
Sets the default local addresses to bind when no argument is specified
in
IoAcceptor.bind()
method.
- setDefaultLocalAddresses(Iterable<? extends SocketAddress>) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
-
Sets the default local addresses to bind when no argument is specified
in
IoAcceptor.bind()
method.
- setDefaultLocalAddresses(SocketAddress, SocketAddress...) - 类 中的方法org.apache.mina.core.service.AbstractIoAcceptor
-
Sets the default local addresses to bind when no argument is specified
in
IoAcceptor.bind()
method.
- setDefaultLocalAddresses(SocketAddress, SocketAddress...) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
-
Sets the default local addresses to bind when no argument is specified
in
IoAcceptor.bind()
method.
- setDefaultLocalAddresses(Iterable<? extends SocketAddress>) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
-
Sets the default local addresses to bind when no argument is specified
in
IoAcceptor.bind()
method.
- setDefaultLocalAddresses(List<? extends SocketAddress>) - 接口 中的方法org.apache.mina.core.service.IoAcceptor
-
Sets the default local addresses to bind when no argument is specified
in
IoAcceptor.bind()
method.
- setDefaultRemoteAddress(SocketAddress) - 类 中的方法org.apache.mina.core.service.AbstractIoConnector
-
Sets the default remote address to connect to when no argument is
specified in
IoConnector.connect()
method.
- setDefaultRemoteAddress(SocketAddress) - 接口 中的方法org.apache.mina.core.service.IoConnector
-
Sets the default remote address to connect to when no argument is
specified in
IoConnector.connect()
method.
- setDefaultRemoteAddress(InetSocketAddress) - 类 中的方法org.apache.mina.transport.socket.apr.AprSocketConnector
-
Sets the default remote InetSocketAddress to connect to when no argument is
specified in
IoConnector.connect()
method.
- setDefaultRemoteAddress(InetSocketAddress) - 接口 中的方法org.apache.mina.transport.socket.DatagramConnector
-
Sets the default remote InetSocketAddress to connect to when no argument is
specified in
IoConnector.connect()
method.
- setDefaultRemoteAddress(InetSocketAddress) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramConnector
-
- setDefaultRemoteAddress(InetSocketAddress) - 类 中的方法org.apache.mina.transport.socket.nio.NioSocketConnector
-
Sets the default remote InetSocketAddress to connect to when no argument is
specified in
IoConnector.connect()
method.
- setDefaultRemoteAddress(InetSocketAddress) - 接口 中的方法org.apache.mina.transport.socket.SocketConnector
-
Sets the default remote InetSocketAddress to connect to when no argument is
specified in
IoConnector.connect()
method.
- setDelimiter(IoBuffer) - 类 中的方法org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
-
- setDelimiter(byte[], boolean) - 类 中的方法org.apache.mina.proxy.utils.IoBufferDecoder
-
Dynamically sets a new delimiter.
- setDone() - 类 中的方法org.apache.mina.core.service.AbstractIoService.ServiceOperationFuture
-
- setDTR(boolean) - 接口 中的方法org.apache.mina.transport.serial.SerialSession
-
Sets or clears the DTR (Data Terminal Ready) bit in the UART, if supported by the underlying implementation.
- setDuplicatePduProbability(int) - 类 中的方法org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
not functional ATM
- SetEditor - org.apache.mina.integration.beans中的类
-
A PropertyEditor
which converts a String
into
a Set
and vice versa.
- SetEditor(Class<?>) - 类 的构造器org.apache.mina.integration.beans.SetEditor
-
- setEnabledCipherSuites(String[]) - 类 中的方法org.apache.mina.filter.ssl.SslFilter
-
Sets the list of cipher suites to be enabled when SSLEngine
is initialized.
- setEnabledProtocols(String[]) - 类 中的方法org.apache.mina.filter.ssl.SslFilter
-
Sets the list of protocols to be enabled when SSLEngine
is initialized.
- setEncoderMaxDataLength(int) - 类 中的方法org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
-
Sets the allowed maximum size of an encoded String.
- setEncoderMaxLineLength(int) - 类 中的方法org.apache.mina.filter.codec.textline.TextLineCodecFactory
-
Sets the allowed maximum size of the encoded line.
- setEncoderMaxObjectSize(int) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationCodecFactory
-
Sets the allowed maximum size of the encoded object.
- setEncoderPrefixLength(int) - 类 中的方法org.apache.mina.filter.codec.prefixedstring.PrefixedStringCodecFactory
-
Sets the length of the prefix used by the encoder
- setEventArgumentsInterceptor(EventArgumentsInterceptor) - 类 中的方法org.apache.mina.statemachine.StateMachineProxyBuilder
-
- setEventFactory(EventFactory) - 类 中的方法org.apache.mina.statemachine.StateMachineProxyBuilder
-
- setEventsToProfile(IoEventType...) - 类 中的方法org.apache.mina.filter.statistic.ProfilerTimerFilter
-
- setException(Throwable) - 接口 中的方法org.apache.mina.core.future.ConnectFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - 类 中的方法org.apache.mina.core.future.DefaultConnectFuture
-
Sets the exception caught due to connection failure and notifies all
threads waiting for this future.
- setException(Throwable) - 类 中的方法org.apache.mina.core.future.DefaultReadFuture
-
Sets the cause of the read failure, and notifies all threads waiting
for this future.
- setException(Throwable) - 类 中的方法org.apache.mina.core.future.DefaultWriteFuture
-
Sets the cause of the write failure, and notifies all threads waiting
for this future.
- setException(Throwable) - 接口 中的方法org.apache.mina.core.future.ReadFuture
-
Sets the cause of the read failure, and notifies all threads waiting
for this future.
- setException(Throwable) - 接口 中的方法org.apache.mina.core.future.WriteFuture
-
Sets the cause of the write failure, and notifies all threads waiting
for this future.
- setException(Exception) - 类 中的方法org.apache.mina.core.service.AbstractIoService.ServiceOperationFuture
-
- setExceptionCaughtLogLevel(LogLevel) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
Set the LogLevel for the ExceptionCaught event.
- setExpirationInterval(int) - 类 中的方法org.apache.mina.core.session.ExpiringSessionRecycler
-
- setExpirationInterval(long) - 类 中的方法org.apache.mina.util.ExpiringMap.Expirer
-
Set the interval in which an object will live in the map before
it is removed.
- setExpirationInterval(int) - 类 中的方法org.apache.mina.util.ExpiringMap
-
- setFilterChainBuilder(IoFilterChainBuilder) - 类 中的方法org.apache.mina.core.service.AbstractIoService
-
- setFilterChainBuilder(IoFilterChainBuilder) - 接口 中的方法org.apache.mina.core.service.IoService
-
- setFilters(Map<String, ? extends IoFilter>) - 类 中的方法org.apache.mina.core.filterchain.DefaultIoFilterChainBuilder
-
Clears the current list of filters and adds the specified
filter mapping to this builder.
- setForwardEvent(boolean) - 类 中的方法org.apache.mina.filter.keepalive.KeepAliveFilter
-
- setHandler(IoHandler) - 类 中的方法org.apache.mina.core.service.AbstractIoService
-
Sets the handler which will handle all connections managed by this service.
- setHandler(IoHandler) - 接口 中的方法org.apache.mina.core.service.IoService
-
Sets the handler which will handle all connections managed by this service.
- setHandler(IoHandler) - 类 中的方法org.apache.mina.core.session.DummySession
-
Sets the
IoHandler
which handles this session.
- setHandler(ProxyLogicHandler) - 类 中的方法org.apache.mina.proxy.session.ProxyIoSession
-
- setHandshakeComplete() - 类 中的方法org.apache.mina.proxy.AbstractProxyLogicHandler
-
Signals that the handshake has finished.
- setHeaders(Map<String, List<String>>) - 类 中的方法org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Set the HTTP headers.
- setHexdump(String) - 异常错误 中的方法org.apache.mina.filter.codec.ProtocolDecoderException
-
Sets the hexdump of the unknown message part.
- setHttpVersion(String) - 类 中的方法org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Sets the HTTP version.
- setIdleTime(IdleStatus, int) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
-
Sets idle time for the specified type of idleness in seconds.
- setIdleTime(IdleStatus, int) - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
-
Sets idle time for the specified type of idleness in seconds.
- setIgnoreStateContextLookupFailure(boolean) - 类 中的方法org.apache.mina.statemachine.StateMachineProxyBuilder
-
Sets whether the failure to lookup a
StateContext
corresponding
to a method call on the proxy produced by this builder will raise an
exception or be silently ignored.
- setIgnoreUnhandledEvents(boolean) - 类 中的方法org.apache.mina.statemachine.StateMachineProxyBuilder
-
Sets whether events which have no handler in the current state will raise
an exception or be silently ignored.
- setImages(BufferedImage, BufferedImage) - 类 中的方法org.apache.mina.example.imagine.step1.client.ImagePanel
-
- setIndex(int) - 接口 中的方法org.apache.mina.util.byteaccess.ByteArray.Cursor
-
Sets the current index of the cursor.
- setInputBufferSize(int) - 接口 中的方法org.apache.mina.transport.serial.SerialSessionConfig
-
Sets the input buffer size.
- setInsertByteProbability(int) - 类 中的方法org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
Set the probability for the insert byte error.
- setInstance(ExceptionMonitor) - 类 中的静态方法org.apache.mina.util.ExceptionMonitor
-
Sets the uncaught exception monitor.
- setInterestedInRead(S, boolean) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
-
Set the session to be informed when a read event should be processed
- setInterestedInRead(AprSession, boolean) - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
-
Set the session to be informed when a read event should be processed
- setInterestedInRead(NioSession, boolean) - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
-
Set the session to be informed when a read event should be processed
- setInterestedInWrite(S, boolean) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoProcessor
-
Set the session to be informed when a write event should be processed
- setInterestedInWrite(AprSession, boolean) - 类 中的方法org.apache.mina.transport.socket.apr.AprIoProcessor
-
Set the session to be informed when a write event should be processed
- setInterestedInWrite(NioSession, boolean) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- setInterestedInWrite(NioSession, boolean) - 类 中的方法org.apache.mina.transport.socket.nio.NioProcessor
-
Set the session to be informed when a write event should be processed
- setKeepAlive(boolean) - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- setKeepAlive(boolean) - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
-
- setKeyManagerFactory(KeyManagerFactory) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the KeyManagerFactory
to use.
- setKeyManagerFactoryAlgorithm(String) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the algorithm to use when creating the KeyManagerFactory
using KeyManagerFactory.getInstance(java.lang.String)
or
KeyManagerFactory.getInstance(java.lang.String, java.lang.String)
.
- setKeyManagerFactoryAlgorithmUseDefault(boolean) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
- setKeyManagerFactoryKeyStore(KeyStore) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the KeyStore
which will be used in the call to
KeyManagerFactory.init(java.security.KeyStore, char[])
when
the SSLContext
is created.
- setKeyManagerFactoryKeyStorePassword(String) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the password which will be used in the call to
KeyManagerFactory.init(java.security.KeyStore, char[])
when
the SSLContext
is created.
- setKeyManagerFactoryProvider(String) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the provider to use when creating the KeyManagerFactory
using
KeyManagerFactory.getInstance(java.lang.String, java.lang.String)
.
- setLastReadTime(long) - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
-
Sets last time at which a read occurred on the service.
- setLastThroughputCalculationTime(long) - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
-
Sets the time at which throughput counters where updated.
- setLastWriteTime(long) - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
-
Sets last time at which a write occurred on the service.
- setLocalAddress(SocketAddress) - 类 中的方法org.apache.mina.core.session.DummySession
-
Sets the socket address of local machine which is associated with
this session.
- setLocationInfo(boolean) - 类 中的方法org.apache.mina.util.Log4jXmlFormatter
-
The LocationInfo option takes a boolean value.
- setLowLatency(boolean) - 接口 中的方法org.apache.mina.transport.serial.SerialSessionConfig
-
Set the low latency mode, be careful it's not supported by all the OS/hardware.
- setManipulateReads(boolean) - 类 中的方法org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
Set to true if you want to apply error to the read
IoBuffer
- setManipulateWrites(boolean) - 类 中的方法org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
Set to true if you want to apply error to the written
IoBuffer
- setMatchCount(int) - 类 中的方法org.apache.mina.proxy.utils.IoBufferDecoder.DecodingContext
-
- setMaxDataLength(int) - 类 中的方法org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
-
Sets the maximum allowed value specified as data length in the incoming data
Useful for preventing an OutOfMemory attack by the peer.
- setMaxDataLength(int) - 类 中的方法org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
-
Sets the maximum number of bytes allowed for encoding a single String
(including the prefix)
The encoder will throw a IllegalArgumentException
when more bytes
are needed to encode a String value.
- setMaximumPoolSize(int) - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- setMaximumPoolSize(int) - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- setMaxInsertByte(int) - 类 中的方法org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
Set the maximum number of byte the filter can insert in a
IoBuffer
.
- setMaxLineLength(int) - 类 中的方法org.apache.mina.filter.codec.textline.TextLineDecoder
-
Sets the allowed maximum size of the line to be decoded.
- setMaxLineLength(int) - 类 中的方法org.apache.mina.filter.codec.textline.TextLineEncoder
-
Sets the allowed maximum size of the encoded line.
- setMaxObjectSize(int) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationDecoder
-
Sets the allowed maximum size of the object to be decoded.
- setMaxObjectSize(int) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationEncoder
-
Sets the allowed maximum size of the encoded object.
- setMaxObjectSize(int) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
-
Sets the allowed maximum size of the object to be decoded.
- setMaxObjectSize(int) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationOutputStream
-
Sets the allowed maximum size of the encoded object.
- setMaxReadBufferSize(int) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
-
Sets the maximum size of the read buffer that I/O processor
allocates per each read.
- setMaxReadBufferSize(int) - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
-
Sets the maximum size of the read buffer that I/O processor
allocates per each read.
- setMessageReceivedLogLevel(LogLevel) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
Set the LogLevel for the MessageReceived event.
- setMessageSentLogLevel(LogLevel) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
Set the LogLevel for the MessageSent event.
- setMinReadBufferSize(int) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
-
Sets the minimum size of the read buffer that I/O processor
allocates per each read.
- setMinReadBufferSize(int) - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
-
Sets the minimum size of the read buffer that I/O processor
allocates per each read.
- setName(String) - 类 中的方法org.apache.mina.statemachine.StateMachineProxyBuilder
-
Sets the name of the proxy created by this builder.
- setNeedClientAuth(boolean) - 类 中的方法org.apache.mina.filter.ssl.SslFilter
-
Configures the engine to require client authentication.
- setOk(boolean) - 类 中的方法org.apache.mina.example.sumup.message.ResultMessage
-
- setOobInline(boolean) - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- setOobInline(boolean) - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
-
- setOutputBufferSize(int) - 接口 中的方法org.apache.mina.transport.serial.SerialSessionConfig
-
Sets the output buffer size.
- setPassword(String) - 类 中的方法org.apache.mina.filter.ssl.KeyStoreFactory
-
Sets the key store password.
- setPassword(String) - 类 中的方法org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Set the user password
- setPossibleProperty(Map, Object, String, Object) - 类 中的方法org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- setPreferedOrder(List<HttpAuthenticationMethods>) - 类 中的方法org.apache.mina.proxy.session.ProxyIoSession
-
Sets the ordered list of prefered authentication mechanisms.
- setPrefixLength(int) - 类 中的方法org.apache.mina.filter.codec.prefixedstring.PrefixedStringDecoder
-
Sets the number of bytes used by the length prefix
- setPrefixLength(int) - 类 中的方法org.apache.mina.filter.codec.prefixedstring.PrefixedStringEncoder
-
Sets the number of bytes used by the length prefix
- setProperties(Map<String, String>) - 类 中的方法org.apache.mina.proxy.handlers.http.HttpProxyRequest
-
Set additional properties for the request.
- setProperties(boolean) - 类 中的方法org.apache.mina.util.Log4jXmlFormatter
-
Sets whether MDC key-value pairs should be output, default false.
- setProperty(IoSession, String, String) - 类 中的静态方法org.apache.mina.filter.logging.MdcInjectionFilter
-
Add a property to the context for the given session
This property will be added to the MDC for all subsequent events
- setProperty(Map, Object, Object, Object) - 类 中的方法org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- setProperty0(OgnlContext, Object, String, Object) - 类 中的方法org.apache.mina.integration.ognl.AbstractPropertyAccessor
-
- setProperty0(OgnlContext, Object, String, Object) - 类 中的方法org.apache.mina.integration.ognl.IoFilterPropertyAccessor
-
- setProperty0(OgnlContext, Object, String, Object) - 类 中的方法org.apache.mina.integration.ognl.IoServicePropertyAccessor
-
- setProperty0(OgnlContext, Object, String, Object) - 类 中的方法org.apache.mina.integration.ognl.IoSessionPropertyAccessor
-
- setProtocol(String) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the protocol to use when creating the SSLContext
.
- setProvider(String) - 类 中的方法org.apache.mina.filter.ssl.KeyStoreFactory
-
Sets the name of the provider to use when creating the key store.
- setProvider(String) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the provider of the new SSLContext
.
- setProxyFilter(ProxyFilter) - 类 中的方法org.apache.mina.proxy.session.ProxyIoSession
-
- setProxyIoSession(ProxyIoSession) - 类 中的方法org.apache.mina.proxy.ProxyConnector
-
Sets the proxy session object of this connector.
- setRead(Object) - 类 中的方法org.apache.mina.core.future.DefaultReadFuture
-
Sets the message is written, and notifies all threads waiting for
this future.
- setRead(Object) - 接口 中的方法org.apache.mina.core.future.ReadFuture
-
Sets the message is written, and notifies all threads waiting for
this future.
- setReadBufferSize(int) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
-
Sets the size of the read buffer that I/O processor allocates
per each read.
- setReadBufferSize(int) - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
-
Sets the size of the read buffer that I/O processor allocates
per each read.
- setReaderIdleTime(int) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
-
- setReaderIdleTime(int) - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
-
- setReadTimeout(int) - 类 中的方法org.apache.mina.handler.stream.StreamIoHandler
-
Sets read timeout in seconds.
- setReceiveBufferSize(int) - 接口 中的方法org.apache.mina.transport.socket.DatagramSessionConfig
-
- setReceiveBufferSize(int) - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
-
- setReceiveBufferSize(int) - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- setReceiveBufferSize(int) - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
-
- setReceiveThreshold(int) - 接口 中的方法org.apache.mina.transport.serial.SerialSessionConfig
-
Set the receive threshold in byte (set it to -1 for disable).
- setReconnectionNeeded(boolean) - 类 中的方法org.apache.mina.proxy.session.ProxyIoSession
-
Sets the reconnection needed flag.
- setRejectedExecutionHandler(RejectedExecutionHandler) - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- setRejectedExecutionHandler(RejectedExecutionHandler) - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- setRemoteAddress(SocketAddress) - 类 中的方法org.apache.mina.core.session.DummySession
-
Sets the socket address of remote peer.
- setRemoveByteProbability(int) - 类 中的方法org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
Set the probability for the remove byte error.
- setRemovePduProbability(int) - 类 中的方法org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
not functional ATM
- setRequestInterval(int) - 类 中的方法org.apache.mina.filter.keepalive.KeepAliveFilter
-
Sets the interval for keepAlive messages
- setRequestTimeout(int) - 类 中的方法org.apache.mina.filter.keepalive.KeepAliveFilter
-
Sets the timeout
- setRequestTimeoutHandler(KeepAliveRequestTimeoutHandler) - 类 中的方法org.apache.mina.filter.keepalive.KeepAliveFilter
-
Set the timeout handler
- setResendPduLasterProbability(int) - 类 中的方法org.apache.mina.filter.errorgenerating.ErrorGeneratingFilter
-
not functional ATM
- setReuseAddress(boolean) - 类 中的方法org.apache.mina.core.polling.AbstractPollingIoAcceptor
-
Set the Reuse Address flag
- setReuseAddress(boolean) - 接口 中的方法org.apache.mina.transport.socket.DatagramSessionConfig
-
- setReuseAddress(boolean) - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
-
- setReuseAddress(boolean) - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- setReuseAddress(boolean) - 接口 中的方法org.apache.mina.transport.socket.SocketAcceptor
-
- setReuseAddress(boolean) - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
-
- setRTS(boolean) - 接口 中的方法org.apache.mina.transport.serial.SerialSession
-
Sets or clears the RTS (Request To Send) bit in the UART, if supported by the underlying implementation.
- setScheduledForFlush(boolean) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Set the scheduledForFLush flag.
- setScheduledWriteBytes(int) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Set the number of scheduled write bytes
- setScheduledWriteBytes(int) - 类 中的方法org.apache.mina.core.session.DummySession
-
Set the number of scheduled write bytes
- setScheduledWriteMessages(int) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Set the number of scheduled write messages
- setScheduledWriteMessages(int) - 类 中的方法org.apache.mina.core.session.DummySession
-
Set the number of scheduled write messages
- setSecureRandom(SecureRandom) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the SecureRandom
to use when initializing the
SSLContext
.
- setSendBufferSize(int) - 接口 中的方法org.apache.mina.transport.socket.DatagramSessionConfig
-
- setSendBufferSize(int) - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
-
- setSendBufferSize(int) - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- setSendBufferSize(int) - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
-
- setSequence(int) - 类 中的方法org.apache.mina.example.sumup.message.AbstractMessage
-
- setServerSessionCacheSize(int) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the SSLSession cache size for the SSLSessionContext
for use in server mode.
- setServerSessionTimeout(int) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Set the SSLSession timeout limit for the SSLSessionContext
for use in server mode.
- setService(IoService) - 类 中的方法org.apache.mina.core.session.DummySession
-
Sets the
IoService
which provides I/O service to this session.
- setServiceKerberosName(String) - 类 中的方法org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Set the Kerberos service name.
- setSession(IoSession) - 接口 中的方法org.apache.mina.core.future.ConnectFuture
-
Sets the newly connected session and notifies all threads waiting for
this future.
- setSession(IoSession) - 类 中的方法org.apache.mina.core.future.DefaultConnectFuture
-
Sets the newly connected session and notifies all threads waiting for
this future.
- setSession(IoSession) - 类 中的方法org.apache.mina.proxy.session.ProxyIoSession
-
- setSessionClosedLogLevel(LogLevel) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
Set the LogLevel for the SessionClosed event.
- setSessionCreatedLogLevel(LogLevel) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
Set the LogLevel for the SessionCreated event.
- setSessionDataStructureFactory(IoSessionDataStructureFactory) - 类 中的方法org.apache.mina.core.service.AbstractIoService
-
- setSessionDataStructureFactory(IoSessionDataStructureFactory) - 接口 中的方法org.apache.mina.core.service.IoService
-
- setSessionIdleLogLevel(LogLevel) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
Set the LogLevel for the SessionIdle event.
- setSessionOpenedLogLevel(LogLevel) - 类 中的方法org.apache.mina.filter.logging.LoggingFilter
-
Set the LogLevel for the SessionOpened event.
- setSessionRecycler(IoSessionRecycler) - 接口 中的方法org.apache.mina.transport.socket.DatagramAcceptor
-
- setSessionRecycler(IoSessionRecycler) - 类 中的方法org.apache.mina.transport.socket.nio.NioDatagramAcceptor
-
- setSoLinger(int) - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- setSoLinger(int) - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
-
Please note that enabling SO_LINGER in Java NIO can result
in platform-dependent behavior and unexpected blocking of I/O thread.
- setSslEnabled(boolean) - 类 中的静态方法org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
-
- setSslEnabled(boolean) - 类 中的静态方法org.apache.mina.example.echoserver.ssl.SslSocketFactory
-
- setStateContextLookup(StateContextLookup) - 类 中的方法org.apache.mina.statemachine.StateMachineProxyBuilder
-
- setSubnetBlacklist(Subnet[]) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
-
Sets the subnets to be blacklisted.
- setSubnetBlacklist(Iterable<Subnet>) - 类 中的方法org.apache.mina.filter.firewall.BlacklistFilter
-
Sets the subnets to be blacklisted.
- setTcpNoDelay(boolean) - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- setTcpNoDelay(boolean) - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
-
- setThreshold(int) - 类 中的方法org.apache.mina.filter.executor.IoEventQueueThrottle
-
- setThroughputCalculationInterval(int) - 类 中的方法org.apache.mina.core.service.IoServiceStatistics
-
Sets the interval (seconds) between each throughput calculation.
- setThroughputCalculationInterval(int) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
-
Sets the interval (seconds) between each throughput calculation.
- setThroughputCalculationInterval(int) - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
-
Sets the interval (seconds) between each throughput calculation.
- setTimeToLive(int) - 类 中的方法org.apache.mina.core.session.ExpiringSessionRecycler
-
- setTimeToLive(long) - 类 中的方法org.apache.mina.util.ExpiringMap.Expirer
-
Update the value for the time-to-live
- setTimeToLive(int) - 类 中的方法org.apache.mina.util.ExpiringMap
-
- setTimeUnit(TimeUnit) - 类 中的方法org.apache.mina.filter.statistic.ProfilerTimerFilter
-
Sets the TimeUnit
being used.
- setTitle(String) - 类 中的方法org.apache.mina.example.imagine.step1.client.GraphicalCharGenClient
-
- setTrafficClass(int) - 接口 中的方法org.apache.mina.transport.socket.DatagramSessionConfig
-
- setTrafficClass(int) - 类 中的方法org.apache.mina.transport.socket.DefaultDatagramSessionConfig
-
- setTrafficClass(int) - 类 中的方法org.apache.mina.transport.socket.DefaultSocketSessionConfig
-
- setTrafficClass(int) - 接口 中的方法org.apache.mina.transport.socket.SocketSessionConfig
-
- setTransportMetadata(TransportMetadata) - 类 中的方法org.apache.mina.core.session.DummySession
-
- setTrimText(boolean) - 类 中的方法org.apache.mina.integration.beans.AbstractPropertyEditor
-
- setTrustManagerFactory(TrustManagerFactory) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the TrustManagerFactory
to use.
- setTrustManagerFactoryAlgorithm(String) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the algorithm to use when creating the TrustManagerFactory
using TrustManagerFactory.getInstance(java.lang.String)
or
TrustManagerFactory.getInstance(java.lang.String, java.lang.String)
.
- setTrustManagerFactoryAlgorithmUseDefault(boolean) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
- setTrustManagerFactoryKeyStore(KeyStore) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the KeyStore
which will be used in the call to
TrustManagerFactory.init(java.security.KeyStore)
when
the SSLContext
is created.
- setTrustManagerFactoryParameters(ManagerFactoryParameters) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the ManagerFactoryParameters
which will be used in the call to
TrustManagerFactory.init(javax.net.ssl.ManagerFactoryParameters)
when
the SSLContext
is created.
- setTrustManagerFactoryProvider(String) - 类 中的方法org.apache.mina.filter.ssl.SslContextFactory
-
Sets the provider to use when creating the TrustManagerFactory
using
TrustManagerFactory.getInstance(java.lang.String, java.lang.String)
.
- setType(String) - 类 中的方法org.apache.mina.filter.ssl.KeyStoreFactory
-
Sets the type of key store to create.
- setUseClientMode(boolean) - 类 中的方法org.apache.mina.filter.ssl.SslFilter
-
Configures the engine to use client (or server) mode when handshaking.
- setUseDirectBuffer(boolean) - 类 中的静态方法org.apache.mina.core.buffer.IoBuffer
-
Sets if a direct buffer should be allocated by default when the type of
the new buffer is not specified.
- setUseReadOperation(boolean) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
-
- setUseReadOperation(boolean) - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
-
- setValue(Object) - 类 中的方法org.apache.mina.core.future.DefaultIoFuture
-
Sets the result of the asynchronous operation, and mark it as finished.
- setValue(int) - 类 中的方法org.apache.mina.example.sumup.message.AddMessage
-
- setValue(int) - 类 中的方法org.apache.mina.example.sumup.message.ResultMessage
-
- setValue(Object) - 类 中的方法org.apache.mina.integration.beans.AbstractPropertyEditor
-
- setWantClientAuth(boolean) - 类 中的方法org.apache.mina.filter.ssl.SslFilter
-
Configures the engine to request client authentication.
- setWriteBufferSize(int) - 类 中的方法org.apache.mina.filter.stream.AbstractStreamWriteFilter
-
Sets the size of the write buffer in bytes.
- setWriteRequestQueue(WriteRequestQueue) - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Create a new close aware write queue, based on the given write queue.
- setWriterIdleTime(int) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
-
- setWriterIdleTime(int) - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
-
- setWriteTimeout(int) - 类 中的方法org.apache.mina.core.session.AbstractIoSessionConfig
-
Sets write timeout in seconds.
- setWriteTimeout(int) - 接口 中的方法org.apache.mina.core.session.IoSessionConfig
-
Sets write timeout in seconds.
- setWriteTimeout(int) - 类 中的方法org.apache.mina.handler.stream.StreamIoHandler
-
Sets write timeout in seconds.
- setWritten() - 类 中的方法org.apache.mina.core.future.DefaultWriteFuture
-
Sets the message is written, and notifies all threads waiting for
this future.
- setWritten() - 接口 中的方法org.apache.mina.core.future.WriteFuture
-
Sets the message is written, and notifies all threads waiting for
this future.
- ShortEditor - org.apache.mina.integration.beans中的类
-
A PropertyEditor
which converts a String
into
a Short
and vice versa.
- ShortEditor() - 类 的构造器org.apache.mina.integration.beans.ShortEditor
-
- ShortIntegerDecodingState - org.apache.mina.filter.codec.statemachine中的类
-
DecodingState
which decodes
short
values in big-endian
order (high bytes come first).
- ShortIntegerDecodingState() - 类 的构造器org.apache.mina.filter.codec.statemachine.ShortIntegerDecodingState
-
- shrink() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
-
Changes the capacity of this buffer so this buffer occupies as less
memory as possible while retaining the position, limit and the buffer
content between the position and limit.
- shrink() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
Changes the capacity of this buffer so this buffer occupies as less
memory as possible while retaining the position, limit and the buffer
content between the position and limit.
- shrink() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- shutdown() - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- shutdown() - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- shutdownNow() - 类 中的方法org.apache.mina.filter.executor.OrderedThreadPoolExecutor
- shutdownNow() - 类 中的方法org.apache.mina.filter.executor.UnorderedThreadPoolExecutor
-
- SimpleBufferAllocator - org.apache.mina.core.buffer中的类
-
- SimpleBufferAllocator() - 类 的构造器org.apache.mina.core.buffer.SimpleBufferAllocator
-
- SimpleByteArrayFactory - org.apache.mina.util.byteaccess中的类
-
Creates ByteArray
backed by a heap-allocated
IoBuffer
.
- SimpleByteArrayFactory() - 类 的构造器org.apache.mina.util.byteaccess.SimpleByteArrayFactory
-
Creates a new instance of SimpleByteArrayFactory.
- SimpleIoProcessorPool<S extends AbstractIoSession> - org.apache.mina.core.service中的类
-
- SimpleIoProcessorPool(Class<? extends IoProcessor<S>>) - 类 的构造器org.apache.mina.core.service.SimpleIoProcessorPool
-
Creates a new instance of SimpleIoProcessorPool with a default
size of NbCPUs +1.
- SimpleIoProcessorPool(Class<? extends IoProcessor<S>>, int) - 类 的构造器org.apache.mina.core.service.SimpleIoProcessorPool
-
Creates a new instance of SimpleIoProcessorPool with a defined
number of IoProcessors in the pool
- SimpleIoProcessorPool(Class<? extends IoProcessor<S>>, int, SelectorProvider) - 类 的构造器org.apache.mina.core.service.SimpleIoProcessorPool
-
Creates a new instance of SimpleIoProcessorPool with a defined
number of IoProcessors in the pool
- SimpleIoProcessorPool(Class<? extends IoProcessor<S>>, Executor) - 类 的构造器org.apache.mina.core.service.SimpleIoProcessorPool
-
Creates a new instance of SimpleIoProcessorPool with an executor
- SimpleIoProcessorPool(Class<? extends IoProcessor<S>>, Executor, int, SelectorProvider) - 类 的构造器org.apache.mina.core.service.SimpleIoProcessorPool
-
Creates a new instance of SimpleIoProcessorPool with an executor
- SingleByteDecodingState - org.apache.mina.filter.codec.statemachine中的类
-
- SingleByteDecodingState() - 类 的构造器org.apache.mina.filter.codec.statemachine.SingleByteDecodingState
-
- SingleSessionIoHandler - org.apache.mina.handler.multiton中的接口
-
已过时。
- SingleSessionIoHandlerAdapter - org.apache.mina.handler.multiton中的类
-
已过时。
- SingleSessionIoHandlerAdapter(IoSession) - 类 的构造器org.apache.mina.handler.multiton.SingleSessionIoHandlerAdapter
-
已过时。
Creates a new instance that is assigned to the passed in session.
- SingleSessionIoHandlerDelegate - org.apache.mina.handler.multiton中的类
-
已过时。
- SingleSessionIoHandlerDelegate(SingleSessionIoHandlerFactory) - 类 的构造器org.apache.mina.handler.multiton.SingleSessionIoHandlerDelegate
-
已过时。
- SingleSessionIoHandlerFactory - org.apache.mina.handler.multiton中的接口
-
已过时。
- SingletonStateContextLookup - org.apache.mina.statemachine.context中的类
-
- SingletonStateContextLookup() - 类 的构造器org.apache.mina.statemachine.context.SingletonStateContextLookup
-
- SingletonStateContextLookup(StateContextFactory) - 类 的构造器org.apache.mina.statemachine.context.SingletonStateContextLookup
-
Creates a new instance which uses the specified
StateContextFactory
to create the single instance.
- size() - 接口 中的方法org.apache.mina.core.write.WriteRequestQueue
-
- size() - 类 中的方法org.apache.mina.util.CircularQueue
-
- size() - 类 中的方法org.apache.mina.util.CopyOnWriteMap
-
- size() - 类 中的方法org.apache.mina.util.ExpiringMap
-
- size() - 类 中的方法org.apache.mina.util.LazyInitializedCacheMap
- size() - 类 中的方法org.apache.mina.util.MapBackedSet
-
- size() - 类 中的方法org.apache.mina.util.SynchronizedQueue
-
- skip(int) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
-
Forwards the position of this buffer as the specified size
bytes.
- skip(int) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
Forwards the position of this buffer as the specified size
bytes.
- skip(int) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- skip(int) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
-
Advances the reader by the given number of bytes.
- skip(int) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeWriter
-
Advances the writer by the given number of bytes.
- skip(int) - 接口 中的方法org.apache.mina.util.byteaccess.IoRelativeReader
-
Advances the reader by the given number of bytes.
- skip(int) - 接口 中的方法org.apache.mina.util.byteaccess.IoRelativeWriter
-
Advances the writer by the given number of bytes.
- skipBytes(int) - 类 中的方法org.apache.mina.filter.codec.serialization.ObjectSerializationInputStream
- SkippingState - org.apache.mina.filter.codec.statemachine中的类
-
- SkippingState() - 类 的构造器org.apache.mina.filter.codec.statemachine.SkippingState
-
- slice() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
- slice() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
- slice() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- slice(int, int) - 类 中的方法org.apache.mina.util.byteaccess.BufferByteArray
-
Creates an array with a view of part of this array.
- slice(int, int) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArray
-
Creates an array with a view of part of this array.
- slice(int) - 类 中的方法org.apache.mina.util.byteaccess.CompositeByteArrayRelativeReader
- slice(int, int) - 接口 中的方法org.apache.mina.util.byteaccess.IoAbsoluteReader
-
Creates an array with a view of part of this array.
- slice(int) - 接口 中的方法org.apache.mina.util.byteaccess.IoRelativeReader
-
- slice0() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
-
Implement this method to return the unexpandable slice of this
buffer.
- SocketAcceptor - org.apache.mina.transport.socket中的接口
-
- SocketAddressFactory - org.apache.mina.integration.xbean中的类
-
Workaround for dealing with inability to annotate java docs of JDK
socket address classes.
- SocketAddressFactory() - 类 的构造器org.apache.mina.integration.xbean.SocketAddressFactory
-
- SocketConnector - org.apache.mina.transport.socket中的接口
-
- SocketSessionConfig - org.apache.mina.transport.socket中的接口
-
- Socks4LogicHandler - org.apache.mina.proxy.handlers.socks中的类
-
Socks4LogicHandler.java - SOCKS4/SOCKS4a authentication mechanisms logic handler.
- Socks4LogicHandler(ProxyIoSession) - 类 的构造器org.apache.mina.proxy.handlers.socks.Socks4LogicHandler
-
- SOCKS5_AUTH_STEP - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- SOCKS5_GREETING_STEP - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
SOCKS v5 handshake steps.
- SOCKS5_REQUEST_STEP - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- Socks5LogicHandler - org.apache.mina.proxy.handlers.socks中的类
-
Socks5LogicHandler.java - SOCKS5 authentication mechanisms logic handler.
- Socks5LogicHandler(ProxyIoSession) - 类 的构造器org.apache.mina.proxy.handlers.socks.Socks5LogicHandler
-
- SOCKS_4_RESPONSE_SIZE - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
The size of a server to client response in a SOCKS4/4a negotiation.
- SOCKS_VERSION_4 - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
SOCKS versions field values.
- SOCKS_VERSION_5 - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- SocksProxyConstants - org.apache.mina.proxy.handlers.socks中的类
-
SocksProxyConstants.java - SOCKS proxy constants.
- SocksProxyConstants() - 类 的构造器org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- SocksProxyRequest - org.apache.mina.proxy.handlers.socks中的类
-
SocksProxyRequest.java - Wrapper class for SOCKS requests.
- SocksProxyRequest(byte, byte, InetSocketAddress, String) - 类 的构造器org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Constructor used when building a SOCKS4 request.
- SocksProxyRequest(byte, String, int, String) - 类 的构造器org.apache.mina.proxy.handlers.socks.SocksProxyRequest
-
Constructor used when building a SOCKS4a request.
- SpringMain - org.apache.mina.example.chat中的类
-
(Entry point) Chat server which uses Spring and the serverContext.xml
file to set up MINA and the server handler.
- SpringMain() - 类 的构造器org.apache.mina.example.chat.SpringMain
-
- SSL_SESSION - 类 中的静态变量org.apache.mina.filter.ssl.SslFilter
-
A session attribute key that stores underlying SSLSession
for each session.
- SslContextFactory - org.apache.mina.filter.ssl中的类
-
A factory that creates and configures a new SSLContext
.
- SslContextFactory() - 类 的构造器org.apache.mina.filter.ssl.SslContextFactory
-
- SslFilter - org.apache.mina.filter.ssl中的类
-
An SSL filter that encrypts and decrypts the data exchanged in the session.
- SslFilter(SSLContext) - 类 的构造器org.apache.mina.filter.ssl.SslFilter
-
Creates a new SSL filter using the specified SSLContext
.
- SslFilter(SSLContext, boolean) - 类 的构造器org.apache.mina.filter.ssl.SslFilter
-
Creates a new SSL filter using the specified SSLContext
.
- SslFilter.SslFilterMessage - org.apache.mina.filter.ssl中的类
-
A message that is sent from
SslFilter
when the connection became
secure or is not secure anymore.
- SslServerSocketFactory - org.apache.mina.example.echoserver.ssl中的类
-
Simple Server Socket factory to create sockets with or without SSL enabled.
- SslServerSocketFactory() - 类 的构造器org.apache.mina.example.echoserver.ssl.SslServerSocketFactory
-
- SslSocketFactory - org.apache.mina.example.echoserver.ssl中的类
-
Simple Socket factory to create sockets with or without SSL enabled.
- SslSocketFactory() - 类 的构造器org.apache.mina.example.echoserver.ssl.SslSocketFactory
-
- StandardThreadPool - org.apache.mina.integration.xbean中的类
-
- StandardThreadPool(int) - 类 的构造器org.apache.mina.integration.xbean.StandardThreadPool
-
- START - 类 中的静态变量org.apache.mina.example.tapedeck.AuthenticationHandler
-
- startExpiring() - 类 中的方法org.apache.mina.util.ExpiringMap.Expirer
-
Kick off this thread which will look for old objects and remove them.
- startExpiringIfNotStarted() - 类 中的方法org.apache.mina.util.ExpiringMap.Expirer
-
If this thread has not started, then start it.
- startSsl(IoSession) - 类 中的方法org.apache.mina.filter.ssl.SslFilter
-
(Re)starts SSL session for the specified session if not started yet.
- State - org.apache.mina.statemachine.annotation中的注释类型
-
Annotation used to define the states in a state machine.
- State - org.apache.mina.statemachine中的类
-
- State(String) - 类 的构造器org.apache.mina.statemachine.State
-
Creates a new
State
with the specified id.
- State(String, State) - 类 的构造器org.apache.mina.statemachine.State
-
Creates a new
State
with the specified id and parent.
- StateContext - org.apache.mina.statemachine.context中的接口
-
- StateContextFactory - org.apache.mina.statemachine.context中的接口
-
- StateContextLookup - org.apache.mina.statemachine.context中的接口
-
Lookups a
StateContext
from a collection of event arguments.
- StateControl - org.apache.mina.statemachine中的类
-
Allows for programmatic control of a state machines execution.
- StateControl() - 类 的构造器org.apache.mina.statemachine.StateControl
-
- StateMachine - org.apache.mina.statemachine中的类
-
Represents a complete state machine.
- StateMachine(State[], String) - 类 的构造器org.apache.mina.statemachine.StateMachine
-
Creates a new instance using the specified
State
s and start
state.
- StateMachine(Collection<State>, String) - 类 的构造器org.apache.mina.statemachine.StateMachine
-
Creates a new instance using the specified
State
s and start
state.
- StateMachineCreationException - org.apache.mina.statemachine中的异常错误
-
- StateMachineCreationException(String) - 异常错误 的构造器org.apache.mina.statemachine.StateMachineCreationException
-
Creates a new instance.
- StateMachineCreationException(String, Throwable) - 异常错误 的构造器org.apache.mina.statemachine.StateMachineCreationException
-
/**
Creates a new instance.
- StateMachineFactory - org.apache.mina.statemachine中的类
-
- StateMachineFactory(Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>) - 类 的构造器org.apache.mina.statemachine.StateMachineFactory
-
- StateMachineProxyBuilder - org.apache.mina.statemachine中的类
-
Used to create proxies which will forward all method calls on them to a
StateMachine
.
- StateMachineProxyBuilder() - 类 的构造器org.apache.mina.statemachine.StateMachineProxyBuilder
-
- step - 类 中的变量org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
-
The current handshake step.
- stop() - 类 中的方法org.apache.mina.integration.xbean.StandardThreadPool
-
TODO wont this hang if some tasks are sufficiently badly behaved?
- StopCommand - org.apache.mina.example.tapedeck中的类
-
Represents the stop
command.
- StopCommand() - 类 的构造器org.apache.mina.example.tapedeck.StopCommand
-
- stopExpiring() - 类 中的方法org.apache.mina.core.session.ExpiringSessionRecycler
-
- stopExpiring() - 类 中的方法org.apache.mina.util.ExpiringMap.Expirer
-
Stop the thread from monitoring the map.
- stopProfile(IoEventType) - 类 中的方法org.apache.mina.filter.statistic.ProfilerTimerFilter
-
- stopSsl(IoSession) - 类 中的方法org.apache.mina.filter.ssl.SslFilter
-
Stops the SSL session by sending TLS close_notify message to
initiate TLS closure.
- stopTape(TapeDeckServer.TapeDeckContext, IoSession, StopCommand) - 类 中的方法org.apache.mina.example.tapedeck.TapeDeckServer
-
- store(Object, StateContext) - 类 中的方法org.apache.mina.statemachine.context.AbstractStateContextLookup
-
- store(Object, StateContext) - 类 中的方法org.apache.mina.statemachine.context.IoSessionStateContextLookup
-
- StreamIoHandler - org.apache.mina.handler.stream中的类
-
A
IoHandler
that adapts asynchronous MINA events to stream I/O.
- StreamIoHandler() - 类 的构造器org.apache.mina.handler.stream.StreamIoHandler
-
- StreamWriteFilter - org.apache.mina.filter.stream中的类
-
- StreamWriteFilter() - 类 的构造器org.apache.mina.filter.stream.StreamWriteFilter
-
- StringEditor - org.apache.mina.integration.beans中的类
-
A dummy PropertyEditor
for a String
.
- StringEditor() - 类 的构造器org.apache.mina.integration.beans.StringEditor
-
- stringTo8859_1(String) - 类 中的静态方法org.apache.mina.proxy.utils.StringUtilities
-
Used to convert username-value, passwd or realm to 8859_1 encoding
if all chars in string are within the 8859_1 (Latin 1) encoding range.
- StringUtilities - org.apache.mina.proxy.utils中的类
-
StringUtilities.java - Various methods to handle strings.
- StringUtilities() - 类 的构造器org.apache.mina.proxy.utils.StringUtilities
-
- stroke() - 类 中的方法org.apache.mina.example.tennis.TennisBall
-
- Subnet - org.apache.mina.filter.firewall中的类
-
A IP subnet using the CIDR notation.
- Subnet(InetAddress, int) - 类 的构造器org.apache.mina.filter.firewall.Subnet
-
Creates a subnet from CIDR notation.
- SumUpProtocolCodecFactory - org.apache.mina.example.sumup.codec中的类
-
- SumUpProtocolCodecFactory(boolean) - 类 的构造器org.apache.mina.example.sumup.codec.SumUpProtocolCodecFactory
-
- SUPPORTED_AUTH_METHODS - 类 中的静态变量org.apache.mina.proxy.handlers.socks.SocksProxyConstants
-
- SUPPORTED_QOPS - 类 中的静态变量org.apache.mina.proxy.handlers.http.digest.DigestUtilities
-
The supported qualities of protections.
- supports(Class<?>) - 类 中的方法org.apache.mina.statemachine.context.AbstractStateContextLookup
-
- supports(Class<?>) - 类 中的方法org.apache.mina.statemachine.context.IoSessionStateContextLookup
-
- suspendRead() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Suspends read operations for this session.
- suspendRead() - 接口 中的方法org.apache.mina.core.session.IoSession
-
Suspends read operations for this session.
- suspendWrite() - 类 中的方法org.apache.mina.core.session.AbstractIoSession
-
Suspends write operations for this session.
- suspendWrite() - 接口 中的方法org.apache.mina.core.session.IoSession
-
Suspends write operations for this session.
- sweep() - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
-
Clears this buffer and fills its content with NUL.
- sweep(byte) - 类 中的方法org.apache.mina.core.buffer.AbstractIoBuffer
-
double Clears this buffer and fills its content with value.
- sweep() - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
Clears this buffer and fills its content with NUL.
- sweep(byte) - 类 中的方法org.apache.mina.core.buffer.IoBuffer
-
double Clears this buffer and fills its content with value.
- sweep() - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- sweep(byte) - 类 中的方法org.apache.mina.core.buffer.IoBufferWrapper
-
- SwingChatClient - org.apache.mina.example.chat.client中的类
-
Simple chat client based on Swing & MINA that implements the chat protocol.
- SwingChatClient() - 类 的构造器org.apache.mina.example.chat.client.SwingChatClient
-
- SwingChatClient.LoginAction - org.apache.mina.example.chat.client中的类
-
- SwingChatClient.LoginAction() - 类 的构造器org.apache.mina.example.chat.client.SwingChatClient.LoginAction
-
- SwingChatClientHandler - org.apache.mina.example.chat.client中的类
-
IoHandler
implementation of the client side of the simple chat protocol.
- SwingChatClientHandler(SwingChatClientHandler.Callback) - 类 的构造器org.apache.mina.example.chat.client.SwingChatClientHandler
-
- SwingChatClientHandler.Callback - org.apache.mina.example.chat.client中的接口
-
- SynchronizedProtocolDecoder - org.apache.mina.filter.codec中的类
-
A
ProtocolDecoder
implementation which decorates an existing decoder
to be thread-safe.
- SynchronizedProtocolDecoder(ProtocolDecoder) - 类 的构造器org.apache.mina.filter.codec.SynchronizedProtocolDecoder
-
Creates a new instance which decorates the specified decoder.
- SynchronizedProtocolEncoder - org.apache.mina.filter.codec中的类
-
A
ProtocolEncoder
implementation which decorates an existing encoder
to be thread-safe.
- SynchronizedProtocolEncoder(ProtocolEncoder) - 类 的构造器org.apache.mina.filter.codec.SynchronizedProtocolEncoder
-
Creates a new instance which decorates the specified encoder.
- SynchronizedQueue<E> - org.apache.mina.util中的类
-
A decorator that makes the specified Queue
thread-safe.
- SynchronizedQueue(Queue<E>) - 类 的构造器org.apache.mina.util.SynchronizedQueue
-