public interface TransportChannel
| Modifier and Type | Method and Description |
|---|---|
String |
action() |
String |
getChannelType() |
String |
getProfileName() |
long |
getRequestId() |
void |
sendResponse(Throwable error) |
void |
sendResponse(TransportResponse response) |
void |
sendResponse(TransportResponse response,
TransportResponseOptions options) |
String action()
String getProfileName()
long getRequestId()
String getChannelType()
void sendResponse(TransportResponse response) throws IOException
IOExceptionvoid sendResponse(TransportResponse response, TransportResponseOptions options) throws IOException
IOExceptionvoid sendResponse(Throwable error) throws IOException
IOExceptionCopyright © 2009–2017. All rights reserved.