public class NettyTransportChannel extends Object implements TransportChannel
| コンストラクタと説明 |
|---|
NettyTransportChannel(NettyTransport transport,
TransportServiceAdapter transportServiceAdapter,
String action,
org.jboss.netty.channel.Channel channel,
long requestId,
Version version,
String profileName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
action() |
org.jboss.netty.channel.Channel |
getChannel()
Returns the underlying netty channel.
|
String |
getChannelType() |
String |
getProfileName() |
long |
getRequestId() |
void |
sendResponse(Throwable error) |
void |
sendResponse(TransportResponse response) |
void |
sendResponse(TransportResponse response,
TransportResponseOptions options) |
public NettyTransportChannel(NettyTransport transport, TransportServiceAdapter transportServiceAdapter, String action, org.jboss.netty.channel.Channel channel, long requestId, Version version, String profileName)
public String getProfileName()
getProfileName インタフェース内 TransportChannelpublic String action()
action インタフェース内 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 インタフェース内 TransportChannelpublic org.jboss.netty.channel.Channel getChannel()
Copyright © 2009–2016. All rights reserved.