net.jini.jeri.tcp
Class TcpServerEndpoint.LE.Cookie
java.lang.Object
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
|
port
private final int port
TcpServerEndpoint.LE.Cookie
TcpServerEndpoint.LE.Cookie(int port)
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.