org.flexdock.docking.drag.outline.x11
Class Connection

java.lang.Object
  extended by org.flexdock.docking.drag.outline.x11.Connection

public class Connection
extends Object

Author:
Christopher Butler

Field Summary
static String DISPLAY_VAR
           
static String LOCALHOST
           
 
Constructor Summary
Connection()
           
 
Method Summary
 void close()
           
 void sendRequest(DataBuffer req)
           
 DataBuffer sendRequest(DataBuffer req, boolean readReply)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCALHOST

public static final String LOCALHOST
See Also:
Constant Field Values

DISPLAY_VAR

public static final String DISPLAY_VAR
See Also:
Constant Field Values
Constructor Detail

Connection

public Connection()
           throws IOException
Throws:
IOException
Method Detail

close

public void close()

sendRequest

public void sendRequest(DataBuffer req)
                 throws IOException
Throws:
IOException

sendRequest

public DataBuffer sendRequest(DataBuffer req,
                              boolean readReply)
                       throws IOException
Throws:
IOException