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