sun.security.mule.krb5.internal
Class TCPClient
java.lang.Object
sun.security.mule.krb5.internal.TCPClient
public class TCPClient
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TCPClient
public TCPClient(String hostname,
int port)
throws IOException
- Throws:
IOException
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.