Class SSLProtocolFinder
java.lang.Object
org.glassfish.grizzly.portunif.finders.SSLProtocolFinder
- All Implemented Interfaces:
ProtocolFinder
- Author:
- Alexey Stashok
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.grizzly.portunif.ProtocolFinder
ProtocolFinder.Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(PUContext puContext, FilterChainContext ctx) Method is called fromPUFilterto check whether the incoming bytes belong to the specific protocol.
-
Constructor Details
-
SSLProtocolFinder
-
-
Method Details
-
find
Description copied from interface:ProtocolFinderMethod is called fromPUFilterto check whether the incoming bytes belong to the specific protocol.- Specified by:
findin interfaceProtocolFinder- Parameters:
puContext-PUContextctx-FilterChainContext- Returns:
ProtocolFinder.Result
-