Module org.bzdev.ejws
Package org.bzdev.ejws
package org.bzdev.ejws
Package supporting embedded web servers.
Java provides a package com.sun.net.httpserver that provides an API for building embedded HTTP and HTTPS servers. These classes use the com.sun.net.httpserver classes but make it easier to create an embedded web server.
Please see the package description for a detailed description of this package.
-
ClassDescriptionCertificate Manager.Mode determining how a
CertManager
behaves.Configurable web server.Implementation of BasicAuthenticator using either an in-memory table of user names and passwords or a user-supplied table.User entry.EJWS Exception class.Class representing an embedded web-server principal.Implementation of BasicAuthenticator supporting secure basic authentication.User entry.Object representing an EJWS session.Ejws immplenation of the HttpSessionOps interfaceUseful methods for writing handlers and subclasses of WebMap.Webserver for embedding in applications and stand-alone use.Configure an HTTPS server.Setup parameters for an secure-socket server.HttpHandler for files.Base class for mapping URIs to resources.Interface for providing background colors for directory (or similar) listings.Info for accessing a resource.HTTP Request data.Parser for web.xml files.