| Modifier and Type | Method and Description |
|---|---|
HttpFrame |
HttpResponseFrameReader.getHttpFrame(ReverseProxyService reverseProxyService,
SocketChannel sourceSocketChannel,
HttpProtocolInputStream httpProtocolInputStream,
HttpProtocolOutputStream httpProtocolOutputStream) |
HttpRequestFrame |
HttpRequestFrameReader.getHttpFrame(ReverseProxyService reverseProxyService,
SocketChannel sourceSocketChannel,
HttpProtocolInputStream httpProtocolInputStream,
HttpProtocolOutputStream httpProtocolOutputStream) |
abstract HttpFrame |
HttpFrameReader.getHttpFrame(ReverseProxyService reverseProxyService,
SocketChannel sourceSocketChannel,
HttpProtocolInputStream httpProtocolInputStream,
HttpProtocolOutputStream httpProtocolOutputStream) |
| Constructor and Description |
|---|
HttpFrameReader(ReverseProxyService reverseProxyService,
SocketChannel sourceChannel) |
HttpRequestFrameReader(ReverseProxyService reverseProxyService,
SocketChannel sourceChannel,
int connectTimeoutMillis) |
HttpResponseFrameReader(ReverseProxyService reverseProxyService,
SocketChannel sourceChannel,
SocketChannel destinationChannel) |
WebSocketFrameReader(ReverseProxyService reverseProxyService,
SocketChannel sourceChannel,
SocketChannel originChannel,
SocketChannel targetChannel) |
Copyright © 2017. All rights reserved.