|
TopoWeb Commons API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session | |
org.topoweb.net.server | Network related classes intended for use in server-side programs. |
Uses of Session in org.topoweb.net.server |
Classes in org.topoweb.net.server that implement Session | |
class |
PlainSession
A minimal implementation of the Session interface. |
Methods in org.topoweb.net.server that return Session | |
Session |
SessionPool.getSession(java.nio.channels.SocketChannel channel)
Returns a Session instance using the specified
socket channel . |
Methods in org.topoweb.net.server with parameters of type Session | |
boolean |
SessionFilter.allow(Session session)
Tests whether enough bytes have been read into the given session to form a request. |
protected boolean |
SessionWriter.enqueue(Session session)
Enqueue's the given session in the read-completed
queue. |
boolean |
DoubleNewLineDetector.requestCompleted(Session session)
|
protected boolean |
SessionAcceptor.enqueue(Session session)
Enqueue's the given session in the queue. |
boolean |
RequestBoundaryDetector.requestCompleted(Session session)
Tests whether enough bytes have been read into the given session to form a request. |
boolean |
XmlTailDetector.requestCompleted(Session session)
|
protected boolean |
SessionReader.enqueue(Session session)
Enqueue's the given session in the read-completed
queue. |
void |
SessionPool.freeSession(Session session)
Frees the given session . |
|
TopoWeb Commons API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |