Interface Gosling.IEndpointServerHandshakeCompletedListener
-
- Enclosing class:
- Gosling
public static interface Gosling.IEndpointServerHandshakeCompletedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEndpointServerHandshakeCompletedEvent(Gosling.Context context, long handshake_handle, Gosling.V3OnionServiceId endpoint_service_id, Gosling.V3OnionServiceId client_service_id, java.lang.String channel_name, java.net.Socket stream)
-
-
-
Method Detail
-
onEndpointServerHandshakeCompletedEvent
void onEndpointServerHandshakeCompletedEvent(Gosling.Context context, long handshake_handle, Gosling.V3OnionServiceId endpoint_service_id, Gosling.V3OnionServiceId client_service_id, java.lang.String channel_name, java.net.Socket stream)
-
-