public class RawBucket extends XrootdBucket
XrootdBucket_type| Constructor and Description |
|---|
RawBucket(XrootdSecurityProtocol.BucketType type,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
static RawBucket |
deserialize(XrootdSecurityProtocol.BucketType type,
io.netty.buffer.ByteBuf buffer) |
byte[] |
getContent() |
int |
getSize() |
void |
serialize(io.netty.buffer.ByteBuf out) |
String |
toString() |
getTypepublic RawBucket(XrootdSecurityProtocol.BucketType type, byte[] data)
public byte[] getContent()
public static RawBucket deserialize(XrootdSecurityProtocol.BucketType type, io.netty.buffer.ByteBuf buffer)
public void serialize(io.netty.buffer.ByteBuf out)
serialize in class XrootdBucketpublic int getSize()
getSize in class XrootdBucketpublic String toString()
toString in class XrootdBucketCopyright © 2011–2018 dCache.org. All rights reserved.