public interface TransportChannel
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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–2016. All rights reserved.