public interface ProtocolFinder
Modifier and Type | Interface and Description |
---|---|
static class |
ProtocolFinder.Result |
Modifier and Type | Method and Description |
---|---|
ProtocolFinder.Result |
find(PUContext puContext,
FilterChainContext ctx)
Method is called from
PUFilter to check whether the incoming
bytes belong to the specific protocol. |
ProtocolFinder.Result find(PUContext puContext, FilterChainContext ctx)
PUFilter
to check whether the incoming
bytes belong to the specific protocol.puContext
- PUContext
ctx
- FilterChainContext
ProtocolFinder.Result
Copyright © 2014 Oracle Corporation. All rights reserved.