Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.forwarding » [javadoc | source]
com.sshtools.j2ssh.forwarding
public class: XDisplay [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.forwarding.XDisplay
Constructor:
 public XDisplay(String string) 
    Creates a new XDisplay object.
    Parameters:
    string -
 public XDisplay(String string,
    int portOffset) 
    Creates a new XDisplay object.
    Parameters:
    string -
    portOffset -
Method from com.sshtools.j2ssh.forwarding.XDisplay Summary:
getDisplay,   getHost,   getPort,   getPortOffset,   getScreen,   setDisplay,   setHost,   setPortOffset,   setScreen,   setString,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.forwarding.XDisplay Detail:
 public int getDisplay() 
 public String getHost() 
 public int getPort() 
 public int getPortOffset() 
 public int getScreen() 
 public  void setDisplay(int display) 
 public  void setHost(String host) 
 public  void setPortOffset(int portOffset) 
 public  void setScreen(int screen) 
 public  void setString(String string) 
 public String toString()