|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.monkeycoder.monkeynetwork.NetworkFactory
public class NetworkFactory
This class is for creating network objects by protocol. This is the primary starting point when using MonkeyNetwork.
| Method Summary | |
|---|---|
static Network |
getNetwork(int inProtocol)
Factory function for generating Network objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Network getNetwork(int inProtocol)
throws MonkeyException
inProtocol - The protocol of the network you are requesting.
MonkeyException - When the requested protocol is unknown or unsupported.NetworkProtocol
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||