net.jini.jeri.tcp
Class TcpServerEndpoint.LE.Cookie

java.lang.Object
  extended by net.jini.jeri.tcp.TcpServerEndpoint.LE.Cookie
All Implemented Interfaces:
ServerEndpoint.ListenCookie
Enclosing class:
TcpServerEndpoint.LE

private class TcpServerEndpoint.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
TcpServerEndpoint.LE.Cookie(int port)
           
 
Method Summary
(package private)  TcpServerEndpoint.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

TcpServerEndpoint.LE.Cookie

TcpServerEndpoint.LE.Cookie(int port)
Method Detail

getLE

TcpServerEndpoint.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.