| java.lang.Object com.tc.net.protocol.ProtocolSwitch
ProtocolSwitch | public class ProtocolSwitch implements TCProtocolAdaptor(Code) | | Inspects the first few bytes from a socket to decide if it should stay in the TC comms stack, or if it should be
handed off to Jetty. Evolving this switch behaviour to more protocols should probably involve refactoring the generic
comms code, not just this class
|
|
|