Package org.jumpmind.symmetric.web
Interface IUriHandler
- All Known Implementing Classes:
AbstractCompressionUriHandler,AbstractUriHandler,AckUriHandler,BandwidthSamplerUriHandler,ConfigurationUriHandler,CopyNodeUriHandler,FileSyncPullUriHandler,FileSyncPushUriHandler,InfoUriHandler,PingUriHandler,PullUriHandler,PushStatusUriHandler,PushUriHandler,RegistrationUriHandler,SnapshotUriHandler
public interface IUriHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) boolean
-
Method Details
-
handle
void handle(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException, jakarta.servlet.ServletException, org.apache.commons.fileupload2.core.FileUploadException - Throws:
IOExceptionjakarta.servlet.ServletExceptionorg.apache.commons.fileupload2.core.FileUploadException
-
getUriPattern
String getUriPattern() -
getInterceptors
List<IInterceptor> getInterceptors() -
isEnabled
boolean isEnabled()
-