Uses of Interface
cool.scx.tcp.ScxTLSManager
Packages that use ScxTLSManager
-
Uses of ScxTLSManager in cool.scx.tcp
Classes in cool.scx.tcp that implement ScxTLSManagerModifier and TypeClassDescriptionclass经典 TLS ManagerclassNIO TLS ManagerMethods in cool.scx.tcp that return ScxTLSManagerModifier and TypeMethodDescriptionClassicTCPSocket.tlsManager()NioTCPSocket.tlsManager()ScxTCPSocket.tlsManager()Method parameters in cool.scx.tcp with type arguments of type ScxTLSManagerModifier and TypeMethodDescriptionvoidClassicTLSManager.setHandshakeApplicationProtocolSelector(BiFunction<ScxTLSManager, List<String>, String> selector) voidNioTLSManager.setHandshakeApplicationProtocolSelector(BiFunction<ScxTLSManager, List<String>, String> selector) voidScxTLSManager.setHandshakeApplicationProtocolSelector(BiFunction<ScxTLSManager, List<String>, String> selector)