|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerHttpConnection
HTTP connection to be handled by the OfficeFloor.
| Method Summary | |
|---|---|
HttpRequest |
getHttpRequest()
Obtains the HttpRequest for this ServerHttpConnection. |
HttpResponse |
getHttpResponse()
Obtains the HttpResponse for this ServerHttpConnection. |
InetSocketAddress |
getLocalAddress()
Obtains the local address for this ServerHttpConnection. |
InetSocketAddress |
getRemoteAddress()
Obtains the remote address for this ServerHttpConnection. |
boolean |
isSecure()
Indicates if the connection is over a secure channel (e.g. |
| Method Detail |
|---|
HttpRequest getHttpRequest()
HttpRequest for this ServerHttpConnection.
HttpRequest for this ServerHttpConnection.HttpResponse getHttpResponse()
HttpResponse for this ServerHttpConnection.
HttpResponse for this ServerHttpConnection.boolean isSecure()
true if connection is over a secure channel.InetSocketAddress getLocalAddress()
ServerHttpConnection.
InetSocketAddress describing the local Socket for
this ServerHttpConnection.InetSocketAddress getRemoteAddress()
ServerHttpConnection.
InetSocketAddress describing the remote Socket
for this ServerHttpConnection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||