Package com.hierynomus.ntlm.av
Class AvPairChannelBindings
- java.lang.Object
-
- com.hierynomus.ntlm.av.AvPair<byte[]>
-
- com.hierynomus.ntlm.av.AvPairChannelBindings
-
public class AvPairChannelBindings extends AvPair<byte[]>
-
-
Constructor Summary
Constructors Constructor Description AvPairChannelBindings()
AvPairChannelBindings(byte[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvPair<byte[]>
read(Buffer<?> buffer)
void
write(Buffer<?> buffer)
-
-
-
Method Detail
-
read
public AvPair<byte[]> read(Buffer<?> buffer) throws Buffer.BufferException
- Specified by:
read
in classAvPair<byte[]>
- Throws:
Buffer.BufferException
-
-