org.jgroups.protocols

Class ENCRYPT1_4.EncryptHeader

Enclosing Class:
ENCRYPT1_4
Implemented Interfaces:
Cloneable, Externalizable

public static class ENCRYPT1_4.EncryptHeader
extends Header

Field Summary

Fields inherited from class org.jgroups.Header

HDR_OVERHEAD

Constructor Summary

EncryptHeader()
EncryptHeader(int type)

Method Summary

void
readExternal(java.io.ObjectInput in)
String
toString()
void
writeExternal(java.io.ObjectOutput out)

Methods inherited from class org.jgroups.Header

size, toString

Constructor Details

EncryptHeader

public EncryptHeader()


EncryptHeader

public EncryptHeader(int type)

Method Details

readExternal

public void readExternal(java.io.ObjectInput in)
            throws IOException,
                   ClassNotFoundException


toString

public String toString()
Overrides:
toString in interface Header


writeExternal

public void writeExternal(java.io.ObjectOutput out)
            throws IOException


Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.