public final class __ProtocolProcessManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
onResultViewOpen(limax.endpoint.auanyviews.ServiceResult view) |
static void |
process(limax.endpoint.switcherendpoint.OnlineAnnounce p) |
static void |
process(limax.endpoint.switcherendpoint.PingAndKeepAlive p) |
static void |
process(limax.endpoint.switcherendpoint.PortForward p) |
static void |
process(limax.endpoint.switcherendpoint.ProviderLogin p) |
static void |
process(limax.endpoint.switcherendpoint.SessionKick p) |
static void |
process(limax.endpoint.switcherendpoint.SHandShake p) |
static void |
process(limax.endpoint.providerendpoint.SyncViewToClients p) |
static void |
process(limax.endpoint.providerendpoint.Tunnel p) |
public static void process(limax.endpoint.switcherendpoint.SHandShake p) throws java.lang.Exception
java.lang.Exception
public static void process(limax.endpoint.switcherendpoint.SessionKick p) throws java.lang.Exception
java.lang.Exception
public static void process(limax.endpoint.switcherendpoint.PortForward p) throws java.lang.Exception
java.lang.Exception
public static void process(limax.endpoint.switcherendpoint.ProviderLogin p) throws java.lang.Exception
java.lang.Exception
public static void process(limax.endpoint.switcherendpoint.OnlineAnnounce p) throws java.lang.Exception
java.lang.Exception
public static void process(limax.endpoint.switcherendpoint.PingAndKeepAlive p) throws java.lang.Exception
java.lang.Exception
public static void process(limax.endpoint.providerendpoint.SyncViewToClients p) throws java.lang.Exception
java.lang.Exception
public static void process(limax.endpoint.providerendpoint.Tunnel p) throws java.lang.Exception
java.lang.Exception
public static void onResultViewOpen(limax.endpoint.auanyviews.ServiceResult view)