Package org.apache.activeio.oneport
Class IIOPRecognizer
- java.lang.Object
-
- org.apache.activeio.oneport.IIOPRecognizer
-
- All Implemented Interfaces:
ProtocolRecognizer
public class IIOPRecognizer extends java.lang.Object implements ProtocolRecognizer
-
-
Field Summary
Fields Modifier and Type Field Description static IIOPRecognizer
IIOP_RECOGNIZER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
recognizes(Packet packet)
-
-
-
Field Detail
-
IIOP_RECOGNIZER
public static final IIOPRecognizer IIOP_RECOGNIZER
-
-
Method Detail
-
recognizes
public boolean recognizes(Packet packet)
- Specified by:
recognizes
in interfaceProtocolRecognizer
-
-