|
|||||||||
| Home >> All >> [ Freenet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Freenet
Class HandshakeFactory

java.lang.ObjectFreenet.HandshakeFactory
- public class HandshakeFactory
- extends java.lang.Object
HandshakeFactory.java This object takes a RawMessage and converts it to the appropriate subclass of the Handshake class depending on the handshake.
| Constructor Summary | |
HandshakeFactory()
|
|
| Method Summary | |
static Handshake |
toHandshake(RawMessage r)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
HandshakeFactory
public HandshakeFactory()
| Method Detail |
toHandshake
public static Handshake toHandshake(RawMessage r)
|
|||||||||
| Home >> All >> [ Freenet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
Freenet.HandshakeFactory