public interface ConnectionEventListener
Modifier and Type | Interface and Description |
---|---|
static class |
ConnectionEventListener.DefaultConnectionEventListener |
Modifier and Type | Field and Description |
---|---|
static ConnectionEventListener |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
void |
closeReceived() |
void |
openReceived() |
void |
remoteSessionCreation(SessionEndpoint endpoint) |
static final ConnectionEventListener DEFAULT
void openReceived()
void remoteSessionCreation(SessionEndpoint endpoint)
void closeReceived()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.