public interface ISession extends Session
Session.Listener, Session.StreamListener
Modifier and Type | Method and Description |
---|---|
void |
control(IStream stream,
ControlFrame frame,
long timeout,
TimeUnit unit,
Callback callback) |
void |
data(IStream stream,
DataInfo dataInfo,
long timeout,
TimeUnit unit,
Callback callback) |
void |
shutdown()
Gracefully shuts down this session.
|
addListener, getAttribute, getLocalAddress, getRemoteAddress, getStream, getStreams, getVersion, goAway, goAway, ping, ping, removeAttribute, removeListener, rst, rst, setAttribute, settings, settings, syn, syn
void control(IStream stream, ControlFrame frame, long timeout, TimeUnit unit, Callback callback)
void shutdown()
Gracefully shuts down this session.
A special item is queued that will close the connection when it will be dequeued.
Copyright © 1995-2015 Webtide. All Rights Reserved.