Method | Description | |
---|---|---|
Add ( ISSHPacketInterceptor interceptor ) : void |
Add packet interceptor to the collection. Do nothing if the packet interceptor already exists in the collection. |
|
ForEach ( Action |
Call the specified action on each interceptor of the collection.
|
|
InterceptPacket ( Granados.IO.DataFragment packet ) : bool |
Feed packet to the packet interceptors.
|
public Add ( ISSHPacketInterceptor interceptor ) : void | ||
interceptor | ISSHPacketInterceptor | a packet interceptor |
return | void |
public InterceptPacket ( Granados.IO.DataFragment packet ) : bool | ||
packet | Granados.IO.DataFragment | a packet object |
return | bool |