com.unboundid.directory.sdk.http.config
Interface GenericHTTPConfig
- All Superinterfaces:
- GenericConfig
- All Known Subinterfaces:
- HTTPOperationLoggerConfig, HTTPServletExtensionConfig
@NotExtensible
@ThreadSafety(level=INTERFACE_NOT_THREADSAFE)
public interface GenericHTTPConfig
- extends GenericConfig
This interface defines a set of methods that may be used to obtain
information about the general configuration for extensions used by the
Directory Server.
getServerContext
HTTPServerContext getServerContext()
- Retrieves a handle to the server context for the server in which this
extension is running.
- Specified by:
getServerContext
in interface GenericConfig
- Returns:
- A handle to the server context for the server in which this
extension is running.