net.jini.jeri.http
Class HttpServerEndpoint.LE.Cookie
java.lang.Object
net.jini.jeri.http.HttpServerEndpoint.LE.Cookie
- All Implemented Interfaces:
- ServerEndpoint.ListenCookie
- Enclosing class:
- HttpServerEndpoint.LE
private class HttpServerEndpoint.LE.Cookie
- extends Object
- implements ServerEndpoint.ListenCookie
ListenCookie implementation: identifies a listen operation
by containing the local port that the server socket is
bound to.
Field Summary |
private int |
port
|
port
private final int port
HttpServerEndpoint.LE.Cookie
HttpServerEndpoint.LE.Cookie(int port)
getLE
HttpServerEndpoint.LE getLE()
getPort
int getPort()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.