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
IOException
void sendResponse(TransportResponse response, TransportResponseOptions options) throws IOException
IOException
void sendResponse(Throwable error) throws IOException
IOException
Copyright © 2009–2015. All rights reserved.