Class TypedConnectOutcome<R>

java.lang.Object
app.l2nx.gs.adapter.core.connect.TypedConnectOutcome<R>
Type Parameters:
R - typed response DTO (e.g. ConnectResponse, LoginServerConnectResponse)

public final class TypedConnectOutcome<R> extends Object
Outcome of one HostConnectFlow.connect() attempt. Parameterized on the host-type response DTO so the same shape carries both gameserver and login-server responses.

Three shapes: