public interface SessionListener
Modifier and Type | Method and Description |
---|---|
void |
closed(Session session) |
void |
exception(Session session,
SessionException exception) |
void |
message(Session ssn,
MessageTransfer xfr) |
void |
opened(Session session) |
void |
resumed(Session session) |
void opened(Session session)
void resumed(Session session)
void message(Session ssn, MessageTransfer xfr)
void exception(Session session, SessionException exception)
void closed(Session session)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.