rero.net
Class SocketInformation

java.lang.Object
  extended byrero.net.SocketInformation

public class SocketInformation
extends Object


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

Field Detail

hostname

public String hostname

port

public int port

isConnected

public boolean isConnected

isSecure

public boolean isSecure

password

public String password

network

public String network
Constructor Detail

SocketInformation

public SocketInformation()