public class LocalTransportChannel extends Object implements TransportChannel
| コンストラクタと説明 |
|---|
LocalTransportChannel(LocalTransport sourceTransport,
TransportServiceAdapter sourceTransportServiceAdapter,
LocalTransport targetTransport,
String action,
long requestId,
Version version) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
action() |
String |
getChannelType() |
String |
getProfileName() |
long |
getRequestId() |
void |
sendResponse(Throwable error) |
void |
sendResponse(TransportResponse response) |
void |
sendResponse(TransportResponse response,
TransportResponseOptions options) |
public LocalTransportChannel(LocalTransport sourceTransport, TransportServiceAdapter sourceTransportServiceAdapter, LocalTransport targetTransport, String action, long requestId, Version version)
public String action()
action インタフェース内 TransportChannelpublic String getProfileName()
getProfileName インタフェース内 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 long getRequestId()
getRequestId インタフェース内 TransportChannelpublic String getChannelType()
getChannelType インタフェース内 TransportChannelCopyright © 2009–2016. All rights reserved.