public class KdcUdpTransport extends KrbUdpTransport
KrbTransport using UDP.| Constructor and Description |
|---|
KdcUdpTransport(DatagramChannel channel,
InetSocketAddress remoteAddress) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onRecvMessage(ByteBuffer message) |
ByteBuffer |
receiveMessage()
Receive a Kerberos message from remote.
|
getRemoteAddress, isTcp, release, sendMessage, setChannelgetAttachment, setAttachmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttachment, setAttachmentpublic KdcUdpTransport(DatagramChannel channel, InetSocketAddress remoteAddress) throws IOException
IOExceptionpublic ByteBuffer receiveMessage() throws IOException
KrbTransportreceiveMessage in interface KrbTransportreceiveMessage in class KrbUdpTransportIOException - eprotected void onRecvMessage(ByteBuffer message)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.