public class DelegatingTransportChannel extends Object implements TransportChannel
| Modifier | Constructor and Description |
|---|---|
protected |
DelegatingTransportChannel(TransportChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
String |
action() |
TransportChannel |
getChannel() |
String |
getChannelType() |
String |
getProfileName() |
long |
getRequestId() |
void |
sendResponse(Throwable error) |
void |
sendResponse(TransportResponse response) |
void |
sendResponse(TransportResponse response,
TransportResponseOptions options) |
protected DelegatingTransportChannel(TransportChannel channel)
public String action()
action in interface TransportChannelpublic String getProfileName()
getProfileName in interface TransportChannelpublic long getRequestId()
getRequestId in interface TransportChannelpublic String getChannelType()
getChannelType in interface TransportChannelpublic void sendResponse(TransportResponse response) throws IOException
sendResponse in interface TransportChannelIOExceptionpublic void sendResponse(TransportResponse response, TransportResponseOptions options) throws IOException
sendResponse in interface TransportChannelIOExceptionpublic void sendResponse(Throwable error) throws IOException
sendResponse in interface TransportChannelIOExceptionpublic TransportChannel getChannel()
Copyright © 2009–2017. All rights reserved.