public interface TransportListener
Modifier and Type | Method and Description |
---|---|
void |
onCommand(Object command)
called to process a command
|
void |
onException(IOException error)
An unrecoverable exception has occured on the transport
|
void |
transportInterupted()
The transport has suffered an interuption from which it hopes to recover
|
void |
transportResumed()
The transport has resumed after an interuption
|
void onException(IOException error)
error
- void transportInterupted()
void transportResumed()
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.