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
IOException
protected ByteBuffer sendAndReceive(ByteBuffer encodedBuf) throws IOException
IOException
protected boolean isUseTcp()
protected void close() throws IOException
IOException
Copyright © 2019. All rights reserved.