public abstract class PreRequestHookHandler extends Object implements HookHandler<RequestInfoHolder>
Constructor and Description |
---|
PreRequestHookHandler() |
Modifier and Type | Method and Description |
---|---|
void |
handle(RequestInfoHolder holder) |
abstract void |
handleRequest(StRequest request,
StResponse response) |
public PreRequestHookHandler()
public void handle(RequestInfoHolder holder)
handle
in interface HookHandler<RequestInfoHolder>
public abstract void handleRequest(StRequest request, StResponse response)
Copyright © 2016. All rights reserved.