rero.net
Class SocketInformation

java.lang.Object
  extended by rero.net.SocketInformation

public class SocketInformation
extends java.lang.Object


Field Summary
 java.lang.String hostname
           
 boolean isConnected
           
 boolean isSecure
           
 java.lang.String network
           
 java.lang.String password
           
 int port
           
 
Constructor Summary
SocketInformation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hostname

public java.lang.String hostname

port

public int port

isConnected

public boolean isConnected

isSecure

public boolean isSecure

password

public java.lang.String password

network

public java.lang.String network
Constructor Detail

SocketInformation

public SocketInformation()