|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Session | |
|---|---|
| org.apache.mina.common | Common types required for users to use MINA. |
| org.apache.mina.io | Low-level protocol implementation layer (I/O layer). |
| org.apache.mina.io.filter | Basic IoHandlerFilter implementations. |
| org.apache.mina.protocol | High-level protocol implementation layer (Protocol layer). |
| org.apache.mina.protocol.filter | Basic ProtocolHandlerFilter implementations. |
| org.apache.mina.protocol.io | A wrapper for org.apache.mina.io package to support low-level I/O. |
| org.apache.mina.util | This package is used by MINA internally. |
| Uses of Session in org.apache.mina.common |
|---|
| Classes in org.apache.mina.common that implement Session | |
|---|---|
class |
BaseSession
Base implementation of Session. |
| Uses of Session in org.apache.mina.io |
|---|
| Subinterfaces of Session in org.apache.mina.io | |
|---|---|
interface |
IoSession
A Session that represents low-level I/O connection between two
endpoints regardless of underlying transport types. |
| Uses of Session in org.apache.mina.io.filter |
|---|
| Methods in org.apache.mina.io.filter with parameters of type Session | |
|---|---|
protected void |
IoThreadPoolFilter.processEvent(Object nextFilter0,
Session session0,
EventType type,
Object data)
|
| Uses of Session in org.apache.mina.protocol |
|---|
| Subinterfaces of Session in org.apache.mina.protocol | |
|---|---|
interface |
ProtocolSession
A Session which represents high-level protocol connection between two
endpoints regardless of underlying transport types. |
| Uses of Session in org.apache.mina.protocol.filter |
|---|
| Methods in org.apache.mina.protocol.filter with parameters of type Session | |
|---|---|
protected void |
ProtocolThreadPoolFilter.processEvent(Object nextFilter0,
Session session0,
EventType type,
Object data)
|
| Uses of Session in org.apache.mina.protocol.io |
|---|
| Classes in org.apache.mina.protocol.io that implement Session | |
|---|---|
class |
IoProtocolSession
A ProtocolSession that is backed by IoSession. |
| Uses of Session in org.apache.mina.util |
|---|
| Methods in org.apache.mina.util that return Session | |
|---|---|
Session |
BaseThreadPool.SessionBuffer.getSession()
|
| Methods in org.apache.mina.util with parameters of type Session | |
|---|---|
static void |
SessionLog.debug(Session session,
String message)
|
static void |
SessionLog.debug(Session session,
String message,
Throwable cause)
|
static void |
SessionLog.error(Session session,
String message)
|
static void |
SessionLog.error(Session session,
String message,
Throwable cause)
|
protected void |
BaseThreadPool.fireEvent(Object nextFilter,
Session session,
EventType type,
Object data)
|
static Logger |
SessionLog.getLogger(Session session)
|
static void |
SessionLog.info(Session session,
String message)
|
static void |
SessionLog.info(Session session,
String message,
Throwable cause)
|
static void |
SessionUtil.initialize(Session session)
|
protected abstract void |
BaseThreadPool.processEvent(Object nextFilter,
Session session,
EventType type,
Object data)
Implement this method to forward events to nextFilter. |
static void |
SessionLog.warn(Session session,
String message)
|
static void |
SessionLog.warn(Session session,
String message,
Throwable cause)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||