Class ExtHandshakeVHostExtensionProcessor
java.lang.Object
com.ibm.ws.webcontainer.extension.ExtHandshakeVHostExtensionProcessor
- All Implemented Interfaces:
- ExtensionProcessor,- RequestProcessor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()The list of patterns that this ExtensionProcessor wants to be associated with in addition to the patterns specified by the WebExtensionFactory that created this ExtensionProcessor.getServletWrapper(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse resp) voidhandleRequest(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res) boolean
- 
Constructor Details- 
ExtHandshakeVHostExtensionProcessorpublic ExtHandshakeVHostExtensionProcessor()
 
- 
- 
Method Details- 
getPatternListDescription copied from interface:ExtensionProcessorThe list of patterns that this ExtensionProcessor wants to be associated with in addition to the patterns specified by the WebExtensionFactory that created this ExtensionProcessor.- Specified by:
- getPatternListin interface- ExtensionProcessor
- Returns:
- patternList
 
- 
handleRequestpublic void handleRequest(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res) throws Exception - Specified by:
- handleRequestin interface- RequestProcessor
- Throws:
- Exception
 
- 
getName- Specified by:
- getNamein interface- RequestProcessor
 
- 
isInternalpublic boolean isInternal()- Specified by:
- isInternalin interface- RequestProcessor
- Returns:
- boolean Returns true if this request processor is for internal use only
 
- 
getServletWrapperpublic IServletWrapper getServletWrapper(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse resp) - Specified by:
- getServletWrapperin interface- ExtensionProcessor
 
- 
getMetaData- Specified by:
- getMetaDatain interface- ExtensionProcessor
 
 
-