net.handle.hdllib
Class Session

java.lang.Object
  extended by net.handle.hdllib.Session

public class Session
extends java.lang.Object


Field Summary
 javax.crypto.SecretKey secretKey
           
 ServerInfo server
           
 java.net.Socket socket
           
 
Constructor Summary
Session()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

socket

public java.net.Socket socket

secretKey

public javax.crypto.SecretKey secretKey

server

public ServerInfo server
Constructor Detail

Session

public Session()