Holger's
Java API

Uses of Package
com.antelmann.net

Packages that use com.antelmann.net
com.antelmann.game This package contains packages to support game implementations. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.net.mail The classes in this package are designed to ease the handling of emails. 
com.antelmann.timeregister This package contains classes that implement a time register solution for a small business. 
com.antelmann.util.logging This package contains classes that implement a custom logging for this framework - separate from java.util.logging. 
 

Classes in com.antelmann.net used by com.antelmann.game
ConnectionDispatcher
          used by a NetConnectionServer object to create a Thread that handles incoming connections
Handshake
          defines the process on how a party can determine whether the connection party is a valid counterpart.
NetConnection
          A NetConnection provides a convenient way to communicate with a remote process.
NetConnectionHandler
          A NetConnectionHandler is used to handle incoming messages from a NetConnection.
SocketConnection
          A SocketConnection provides simplified access to a remote process through a Socket connection.
 

Classes in com.antelmann.net used by com.antelmann.net
ConnectionDispatcher
          used by a NetConnectionServer object to create a Thread that handles incoming connections
CrawlerSetting
          CrawlerSetting defines callback functions that determine the behavior in which a web search algorithm goes through the net and calculates its results.
Downloader
          Downloads a URL or URLCache object into a file.
Downloader.Listener
           
Handshake
          defines the process on how a party can determine whether the connection party is a valid counterpart.
HandshakeException
          A HandshakeException is thrown to indicate that a handshake of a SocketConnection was not successful due to signatures that do not match.
MediaCrawler.Handler
          used to handle the media files found during the search of the MediaCrawler
NetConnection
          A NetConnection provides a convenient way to communicate with a remote process.
NetConnectionHandler
          A NetConnectionHandler is used to handle incoming messages from a NetConnection.
RSSChannel
          represents a channel in the RSS format created by an RSSHandler
RSSHandler
          handles RSS data feeds in XML.
RSSItem
          represents an item in an RSS feed
RSSMenu.ItemHandler
           
SampleCrawlerSetting
          SampleCrawlerSetting is what it's named: a sample CrawlerSetting.
ServerLog
          ServerLog represents a log from a web-server and provides access to its content
ServerLogEntry
          a log entry from a web-server log
SocketConnection
          A SocketConnection provides simplified access to a remote process through a Socket connection.
Spider.URLWrapper
          wrappes a java.net.URL and keeps a reference to its referer
SSLSocketConnection
          An SSLSocketConnection provides simplified access to a remote process through an SSLSocket connection.
URLCache
          A wrapper around java.net.URL that caches a copy of the content and adds some additional functionality designed for HTML pages.
URLCache.RefreshListener
          RefreshListener objects can register with URLCache objects to be notified when the URLCache object is refreshed
URLNode
          URLNode wrapps a URL and places it into a URLTree, which determines how the URLNode calculates its children.
URLTree
          URLTree represents the model of a tree where each node is made of a URL wrapped in a URLNode object.
 

Classes in com.antelmann.net used by com.antelmann.net.mail
CrawlerSetting
          CrawlerSetting defines callback functions that determine the behavior in which a web search algorithm goes through the net and calculates its results.
LocalWeb
          LocalWeb represents a website based on the local file system.
Spider.URLWrapper
          wrappes a java.net.URL and keeps a reference to its referer
 

Classes in com.antelmann.net used by com.antelmann.timeregister
NetConnection
          A NetConnection provides a convenient way to communicate with a remote process.
NetConnectionHandler
          A NetConnectionHandler is used to handle incoming messages from a NetConnection.
NetConnectionServer
          A NetConnectionServer - once run() is called - listens to incoming requests from NetConnection objects with a signature provided by the ConnectionDispatcher.
SimpleHandshake
           
 

Classes in com.antelmann.net used by com.antelmann.util.logging
NetConnection
          A NetConnection provides a convenient way to communicate with a remote process.
NetConnectionHandler
          A NetConnectionHandler is used to handle incoming messages from a NetConnection.
NetConnectionServer
          A NetConnectionServer - once run() is called - listens to incoming requests from NetConnection objects with a signature provided by the ConnectionDispatcher.
SimpleHandshake
           
SocketConnection
          A SocketConnection provides simplified access to a remote process through a Socket connection.
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads