public class DelegatingTransportChannel extends Object implements TransportChannel
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
DelegatingTransportChannel(TransportChannel channel) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 TransportChannelpublic String getProfileName()
getProfileName インタフェース内 TransportChannelpublic long getRequestId()
getRequestId インタフェース内 TransportChannelpublic String getChannelType()
getChannelType インタフェース内 TransportChannelpublic void sendResponse(TransportResponse response) throws IOException
sendResponse インタフェース内 TransportChannelIOExceptionpublic void sendResponse(TransportResponse response, TransportResponseOptions options) throws IOException
sendResponse インタフェース内 TransportChannelIOExceptionpublic void sendResponse(Throwable error) throws IOException
sendResponse インタフェース内 TransportChannelIOExceptionpublic TransportChannel getChannel()
Copyright © 2009–2016. All rights reserved.