public class AppEngineFilter extends Object implements net.codestory.http.filters.Filter
| Constructor and Description |
|---|
AppEngineFilter() |
| Modifier and Type | Method and Description |
|---|---|
net.codestory.http.payload.Payload |
apply(String uri,
net.codestory.http.Context context,
net.codestory.http.filters.PayloadSupplier nextFilter) |
boolean |
matches(String uri,
net.codestory.http.Context context) |
public boolean matches(String uri, net.codestory.http.Context context)
matches in interface net.codestory.http.filters.Filterpublic net.codestory.http.payload.Payload apply(String uri, net.codestory.http.Context context, net.codestory.http.filters.PayloadSupplier nextFilter) throws IOException
apply in interface net.codestory.http.filters.FilterIOExceptionCopyright © 2014. All Rights Reserved.