ServerSessionListener.Adapter

<p> Empty implementation of {@link ServerSessionListener} </p>

interface ServerSessionListener
static
class Adapter : Session.Listener.Adapter, ServerSessionListener {}

Members

Functions

onAccept
void onAccept(Session session)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ServerSessionListener

onAccept
void onAccept(Session session)

<p> Callback method invoked when a connection has been accepted by the server. </p>

Adapter
class Adapter

<p> Empty implementation of {@link ServerSessionListener} </p>

Meta