Freenet
Class Parameters

java.lang.Object
Freenet.Parameters
- public class Parameters
- extends java.lang.Object
This class holds all static parameters within FreeNet
Field Summary |
static long |
dataLength
The maximum amount of data permitted in bytes |
static int |
dataStoreSize
The total number of references/data permitted in the DataStore |
static int |
messageObjects
The number of message objects that can be stored |
static int |
port
The port that is listened to for incoming connections |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
port
public static int port
- The port that is listened to for incoming connections
dataLength
public static long dataLength
- The maximum amount of data permitted in bytes
dataStoreSize
public static int dataStoreSize
- The total number of references/data permitted in the DataStore
messageObjects
public static int messageObjects
- The number of message objects that can be stored
Parameters
public Parameters()