Uses of Enum
org.apache.mina.core.session.SessionState
Packages that use SessionState
Package
Description
Base class for implementing transport based on active polling strategies like NIO select call,
or any API based on I/O polling system calls (epoll, poll, select, kqueue, etc).
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.
-
Uses of SessionState in org.apache.mina.core.polling
Methods in org.apache.mina.core.polling that return SessionStateModifier and TypeMethodDescriptionprotected abstract SessionStateGet the state of a session (One of OPENING, OPEN, CLOSING) -
Uses of SessionState in org.apache.mina.core.session
Subclasses with type arguments of type SessionState in org.apache.mina.core.sessionMethods in org.apache.mina.core.session that return SessionStateModifier and TypeMethodDescriptionstatic SessionStateReturns the enum constant of this type with the specified name.static SessionState[]SessionState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SessionState in org.apache.mina.transport.socket.apr
Methods in org.apache.mina.transport.socket.apr that return SessionStateModifier and TypeMethodDescriptionprotected SessionStateAprIoProcessor.getState(AprSession session) Get the state of a session (One of OPENING, OPEN, CLOSING) -
Uses of SessionState in org.apache.mina.transport.socket.nio
Methods in org.apache.mina.transport.socket.nio that return SessionStateModifier and TypeMethodDescriptionprotected SessionStateNioProcessor.getState(NioSession session) Get the state of a session (One of OPENING, OPEN, CLOSING)