| Package | Description |
|---|---|
| org.dcache.xrootd.protocol.messages | |
| org.dcache.xrootd.security |
| Modifier and Type | Method and Description |
|---|---|
static Map<XrootdSecurityProtocol.BucketType,XrootdBucket> |
AuthenticationRequest.deserializeBuckets(org.jboss.netty.buffer.ChannelBuffer buffer)
Deserialize the buckets sent by the client and put them into a EnumMap
sorted by their header-information.
|
Map<XrootdSecurityProtocol.BucketType,XrootdBucket> |
AuthenticationRequest.getBuckets() |
| Constructor and Description |
|---|
AuthenticationResponse(XrootdRequest request,
int status,
int length,
String protocol,
int step,
List<XrootdBucket> buckets)
Intermediate AuthenticationResponse.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NestedBucketBuffer
Format of a NestedBucketBuffer:
- int32 BucketType (usually kXRS_main)
- int32 len
- char[4] protocol (\0 padded)
- int32 step (e.g.
|
class |
RawBucket
A bucket containing a header plus a number of bytes.
|
class |
StringBucket
A bucket containing a header plus a String.
|
class |
UnsignedIntBucket
A bucket containing a header plus an unsigned integer.
|
| Modifier and Type | Method and Description |
|---|---|
static XrootdBucket |
XrootdBucket.deserialize(XrootdSecurityProtocol.BucketType type,
org.jboss.netty.buffer.ChannelBuffer buffer)
Deserialize an XrootdBucket.
|
| Modifier and Type | Method and Description |
|---|---|
Map<XrootdSecurityProtocol.BucketType,XrootdBucket> |
NestedBucketBuffer.getNestedBuckets() |
| Constructor and Description |
|---|
NestedBucketBuffer(XrootdSecurityProtocol.BucketType type,
String protocol,
int step,
Map<XrootdSecurityProtocol.BucketType,XrootdBucket> nestedBuckets) |
Copyright © 2013 dCache.org. All rights reserved.