public class AddProtocolFinder extends Object implements ProtocolFinder
ProtocolFinder, responsible to determine if incoming byte buffer
represents ADD-service request.ProtocolFinder.Result| Constructor and Description |
|---|
AddProtocolFinder() |
| 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. |
public ProtocolFinder.Result find(PUContext puContext, FilterChainContext ctx)
PUFilter to check whether the incoming
bytes belong to the specific protocol.find in interface ProtocolFinderpuContext - PUContextctx - FilterChainContextProtocolFinder.ResultCopyright © 2021 Oracle Corporation. All rights reserved.