sun.security.mule.krb5.internal
Class TCPClient

java.lang.Object
  extended by sun.security.mule.krb5.internal.TCPClient

public class TCPClient
extends Object


Constructor Summary
TCPClient(String hostname, int port)
           
 
Method Summary
 void close()
           
 byte[] receive()
           
 void send(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPClient

public TCPClient(String hostname,
                 int port)
          throws IOException
Throws:
IOException
Method Detail

send

public void send(byte[] data)
          throws IOException
Throws:
IOException

receive

public byte[] receive()
               throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.