procedure Write(
This : in Object;
Buffer : in Buffer_Access;
Length : out Natural );
procedure Read(
This : out Object;
Buffer : in Buffer_Access );
procedure Write(
This : in Object;
S : in Stream_Access );
procedure Read(
This : out Object;
S : Stream_Access );
end OOS.Hash_Table.Protocol; Invalid_Parameters : exception;
Method_PUT : constant String := "PUT";
Method_GET : constant String := "GET";
Method_DEL : constant String := "DEL";
Method_Reserve : constant String := "RESERVE";
Method_Cancel : constant String := "Cancel";
Method_Commit : constant String := "Commit";
Method_Info : constant String := "Info";