Package org.glassfish.grizzly.config.dom
Interface ProtocolFinder
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy,org.jvnet.hk2.config.types.PropertyBag
public interface ProtocolFinder
extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
Describes a protocol finder/recognizer, which is able to recognize whether incoming request
belongs to the specific protocol or not. If yes - protocol-finder forwards request processing to a
specific protocol.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionFinder logic implementation classgetName()Finder name, which could be used as referenceReference to a protocol, which was defined before.voidsetClassname(String value) voidvoidsetProtocol(String value) Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParentMethods inherited from interface org.jvnet.hk2.config.types.PropertyBag
addProperty, getProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
-
Method Details
-
getName
String getName()Finder name, which could be used as reference -
setName
-
getProtocol
String getProtocol()Reference to a protocol, which was defined before. -
setProtocol
-
getClassname
String getClassname()Finder logic implementation class -
setClassname
-
findProtocol
-
getParent
- Specified by:
getParentin interfaceorg.jvnet.hk2.config.ConfigBeanProxy
-