public class KerberosChannel extends Object
| Constructor and Description |
|---|
KerberosChannel() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
close() |
protected boolean |
isUseTcp() |
protected void |
openConnection(String hostName,
int portNo,
int timeOut,
boolean isUdp) |
protected ByteBuffer |
sendAndReceive(ByteBuffer encodedBuf) |
protected void openConnection(String hostName, int portNo, int timeOut, boolean isUdp) throws IOException
IOExceptionprotected ByteBuffer sendAndReceive(ByteBuffer encodedBuf) throws IOException
IOExceptionprotected boolean isUseTcp()
protected void close()
throws IOException
IOExceptionCopyright © 2021. All rights reserved.