public class KdcRequestDecoder extends Object
Constructor and Description |
---|
KdcRequestDecoder() |
Modifier and Type | Method and Description |
---|---|
KdcRequest |
decode(ByteBuffer in)
Decodes a
ByteBuffer into a KdcRequest . |
public KdcRequest decode(ByteBuffer in) throws IOException
ByteBuffer
into a KdcRequest
.in
- KdcRequest
.IOException
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.