| Interface | Description |
|---|---|
| FProxyFetchListener |
This listener interface can be used to register to an FProxyFetchInProgress to get notified when the fetch's status is changed
|
| LinkEnabledCallback | |
| LinkFilterExceptedToadlet |
Interface for
Toadlets that want to asked when a link to it is being
filtered. |
| ToadletContainer |
Interface for toadlet containers.
|
| ToadletContext |
Object represents context for a single request.
|
| Class | Description |
|---|---|
| BookmarkEditorToadlet |
BookmarkEditor Toadlet
Accessible from http://.../bookmarkEditor/
|
| BrowserTestToadlet |
Browser Test Toadlet.
|
| ChatForumsToadlet | |
| ConfigToadlet |
Node Configuration Toadlet.
|
| ConnectionsToadlet |
Base class for DarknetConnectionsToadlet and OpennetConnectionsToadlet
|
| ConnectivityToadlet |
Toadlet displaying information on the node's connectivity status.
|
| ContentFilterToadlet |
Allows the user to run the content filter on a file and view the result.
|
| Cookie | |
| DarknetAddRefToadlet | |
| DarknetConnectionsToadlet | |
| DecodeToadlet |
Decode URL Toadlet.
|
| DiagnosticToadlet | |
| ExternalLinkToadlet |
The External Link Toadlet
|
| FileInsertWizardToadlet | |
| FirstTimeWizardToadlet |
A first time wizard aimed to ease the configuration of the node.
|
| FProxyFetchInProgress |
Fetching a page for a browser.
|
| FProxyFetchResult |
The result of fproxy waiting for a fetch: It can either be the final data, or it
can be the progress of the fetch so far.
|
| FProxyFetchTracker | |
| FProxyFetchWaiter |
An fproxy fetch which is stalled waiting for either the data or a progress screen.
|
| FProxyToadlet | |
| HTTPRequestImpl |
Used for passing all HTTP request information to the FredPlugin that handles
the request.
|
| HTTPRequestImpl.HTTPUploadedFileImpl |
Container for uploaded files in HTTP POST requests.
|
| ImageCreatorToadlet |
This toadlet creates a PNG image with the specified text.
|
| InfoboxNode |
Represents a box (or a page, see PageNode).
|
| InsertFreesiteToadlet |
This is just documentation, it will be replaced with a plugin wizard eventually.
|
| IntervalPusherManager |
This manager object will push elements at a fixed interval
|
| LocalDirectoryConfigToadlet | |
| LocalDirectoryToadlet | |
| LocalDownloadDirectoryToadlet | |
| LocalFileBrowserToadlet | |
| LocalFileFilterToadlet |
Local file browser for the content filter toadlet.
|
| LocalFileInsertToadlet | |
| LocalFileN2NMToadlet | |
| N2NTMToadlet | |
| OpennetConnectionsToadlet | |
| PageMaker |
Simple class to output standard heads and tail for web interface pages.
|
| PageMaker.RenderParameters |
Bundles parameters that are used to create the page node.
|
| PageNode |
PageNode is a wrapper similar to InfoboxNode for a whole page.
|
| PproxyToadlet | |
| QueueToadlet | |
| ReceivedCookie |
A cookie which the server has received from the client.
|
| RssSniffer | |
| SecurityLevelsToadlet |
The security levels page.
|
| SessionManager |
A basic session manager for cookie-based HTTP session.
|
| SessionManager.Session | |
| SimpleHelpToadlet |
Simple Help Toadlet.
|
| SimpleToadletServer |
The Toadlet (HTTP) Server
Provide a HTTP server for FProxy
|
| StartupToadlet |
Toadlet for "Freenet is starting up" page.
|
| StaticToadlet |
Static Toadlet.
|
| StatisticsToadlet | |
| SymlinkerToadlet |
Symlinker Toadlet
Provide alias to other toadlet URLs by throwing
RedirectException. |
| Toadlet |
API similar to Servlets.
|
| ToadletContextImpl |
ToadletContext implementation, including all the icky HTTP parsing etc.
|
| TranslationToadlet |
A toadlet dedicated to translations ...
|
| UserAlertsToadlet |
A page consisting entirely of useralerts.
|
| WelcomeToadlet |
| Enum | Description |
|---|---|
| ConnectionsToadlet.PeerAdditionReturnCodes | |
| ContentFilterToadlet.ResultHandling |
What to do the the output from the content filter.
|
| FirstTimeWizardToadlet.WIZARD_PRESET | |
| FirstTimeWizardToadlet.WIZARD_STEP | |
| FProxyFetchInProgress.REFILTER_POLICY |
What to do when we find data which matches the request but it has already been
filtered, assuming we want a filtered copy.
|
| PageMaker.THEME | |
| QueueToadlet.QueueColumn |
| Exception | Description |
|---|---|
| BadRequestException |
Indicates that a request cannot be processed by the toadlet, due to missing or invalid data in the request.
|
| HTTPRangeException |
If thrown, something wrong with http range
|
| PermanentRedirectException | |
| RedirectException |
If thrown, the ToadletContainer re-runs the request with the new URI.
|
| ToadletContextClosedException |