net.jini.jeri.ssl
Class SslServerEndpointImpl.SslListenCookie

java.lang.Object
  extended by net.jini.jeri.ssl.SslServerEndpointImpl.SslListenCookie
All Implemented Interfaces:
ServerEndpoint.ListenCookie
Enclosing class:
SslServerEndpointImpl

final class SslServerEndpointImpl.SslListenCookie
extends Object
implements ServerEndpoint.ListenCookie

Implements ListenCookie


Field Summary
private  int port
           
 
Constructor Summary
SslServerEndpointImpl.SslListenCookie(int port)
           
 
Method Summary
(package private)  ServerEndpoint.ListenEndpoint getListenEndpoint()
          Returns the listen endpoint associated with this listen cookie.
(package private)  int getPort()
          Returns the port on which the associated handle is listening.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

port

private final int port
Constructor Detail

SslServerEndpointImpl.SslListenCookie

SslServerEndpointImpl.SslListenCookie(int port)
Method Detail

getPort

final int getPort()
Returns the port on which the associated handle is listening.


getListenEndpoint

final ServerEndpoint.ListenEndpoint getListenEndpoint()
Returns the listen endpoint associated with this listen cookie.



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.