Documentation ¶
Overview ¶
Package bind contains the structures describing bind request and response.
Index ¶
Constants ¶
View Source
const RequestID uint16 = 3024
RequestID is the id of the request, it is sent as part of message. See xrootd protocol specification for details: http://xrootd.org/doc/dev45/XRdv310.pdf, 2.3 Client Request Format.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { SessionID [16]byte // SessionID is the session identifier returned by login request. // contains filtered or unexported fields }
Request holds the bind request parameters.
func (Request) MarshalXrd ¶
MarshalXrd implements xrdproto.Marshaler.
func (*Request) ShouldSign ¶
ShouldSign implements xrdproto.Request.ShouldSign.
Click to show internal directories.
Click to hide internal directories.