net.jini.jeri.ssl
Class SslServerEndpointImpl.SslListenCookie
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
port
private final int port
SslServerEndpointImpl.SslListenCookie
SslServerEndpointImpl.SslListenCookie(int port)
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.