public class HttpManager extends Object
| Modifier and Type | Field and Description |
|---|---|
Handler[] |
allHandlers |
| Constructor and Description |
|---|
HttpManager(ResourceFactory resourceFactory) |
public final Handler[] allHandlers
public HttpManager(ResourceFactory resourceFactory)
public Collection<Filter> getFilters()
public ResourceFactory getResourceFactory()
public SessionAuthenticationHandler getSessionAuthenticationHandler()
public void setSessionAuthenticationHandler(SessionAuthenticationHandler sessionAuthenticationHandler)
public Auth getSessionAuthentication(Request request)
request - public String getSupportedLevels()
protected Filter createStandardFilter()
protected OptionsHandler createOptionsHandler()
protected GetHandler createGetHandler()
protected PostHandler createPostHandler()
protected DeleteHandler createDeleteHandler()
protected PutHandler createPutFactory()
protected MoveHandler createMoveFactory()
protected MkColHandler createMkColHandler()
protected PropFindHandler createPropFindHandler()
protected CopyHandler createCopyHandler()
protected HeadHandler createHeadHandler()
protected PropPatchHandler createPropPatchHandler()
protected LockHandler createLockHandler()
protected UnlockHandler createUnlockHandler()
public void addFilter(int pos,
Filter filter)
public void addEventListener(EventListener l)
public void removeEventListener(EventListener l)
Copyright © 2020. All rights reserved.