Class ServersCommunicationLayer.PendingConnection

  • Enclosing class:
    ServersCommunicationLayer

    public static class ServersCommunicationLayer.PendingConnection
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int remoteId  
      javax.net.ssl.SSLSocket s  
    • Constructor Summary

      Constructors 
      Constructor Description
      PendingConnection​(javax.net.ssl.SSLSocket s, int remoteId)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • s

        public javax.net.ssl.SSLSocket s
      • remoteId

        public int remoteId
    • Constructor Detail

      • PendingConnection

        public PendingConnection​(javax.net.ssl.SSLSocket s,
                                 int remoteId)