net.jini.jeri.http
Class HttpServerEndpoint.LE.Cookie

java.lang.Object
  extended by 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
           
 
Constructor Summary
HttpServerEndpoint.LE.Cookie(int port)
           
 
Method Summary
(package private)  HttpServerEndpoint.LE getLE()
           
(package private)  int getPort()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

port

private final int port
Constructor Detail

HttpServerEndpoint.LE.Cookie

HttpServerEndpoint.LE.Cookie(int port)
Method Detail

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.