org.openrdf.http.server.protocol
Class ProtocolInterceptor
java.lang.Object
org.springframework.web.servlet.handler.HandlerInterceptorAdapter
org.openrdf.http.server.ServerInterceptor
org.openrdf.http.server.protocol.ProtocolInterceptor
- All Implemented Interfaces:
- org.springframework.web.servlet.HandlerInterceptor
public class ProtocolInterceptor
- extends ServerInterceptor
Interceptor for protocol requests. Should not be a singleton bean! Configure
as inner bean in openrdf-servlet.xml
- Author:
- Herko ter Horst
| Methods inherited from class org.springframework.web.servlet.handler.HandlerInterceptorAdapter |
postHandle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtocolInterceptor
public ProtocolInterceptor()
getThreadName
protected String getThreadName()
- Description copied from class:
ServerInterceptor
- Determine the thread name to use. Called before the request is forwarded
to a handler.
- Specified by:
getThreadName in class ServerInterceptor
- Returns:
- a name that makes sense based on the request
Copyright © 2001-2007 Aduna. All Rights Reserved.