Class HttpHandlerRegistrationInfo
- java.lang.Object
-
- org.apache.camel.component.undertow.HttpHandlerRegistrationInfo
-
public class HttpHandlerRegistrationInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description HttpHandlerRegistrationInfo(URI uri, String methodRestrict, Boolean matchOnUriPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMethodRestrict()URIgetUri()inthashCode()BooleanisMatchOnUriPrefix()StringtoString()
-