Interface Gosling.IEndpointServerHandshakeCompletedListener
- Enclosing class:
- Gosling
public static interface Gosling.IEndpointServerHandshakeCompletedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEndpointServerHandshakeCompletedEvent
(Gosling.Context context, long handshake_handle, Gosling.V3OnionServiceId endpoint_service_id, Gosling.V3OnionServiceId client_service_id, String channel_name, Socket stream)
-
Method Details
-
onEndpointServerHandshakeCompletedEvent
void onEndpointServerHandshakeCompletedEvent(Gosling.Context context, long handshake_handle, Gosling.V3OnionServiceId endpoint_service_id, Gosling.V3OnionServiceId client_service_id, String channel_name, Socket stream)
-