public class HandshakeResult extends Object
| Constructor and Description |
|---|
HandshakeResult(ConnectionId cid,
Object customArgument)
Create handshake result with custom argument for
AdvancedApplicationLevelInfoSupplier. |
public HandshakeResult(ConnectionId cid, Object customArgument)
AdvancedApplicationLevelInfoSupplier.cid - connection idcustomArgument - custom argument. May be null. Passed to
AdvancedApplicationLevelInfoSupplier by the
Handshaker, if a
AdvancedApplicationLevelInfoSupplier is available.NullPointerException - if cid is nullpublic ConnectionId getConnectionId()
public Object getCustomArgument()
AdvancedApplicationLevelInfoSupplier by the
Handshaker, if a AdvancedApplicationLevelInfoSupplier is
available.Copyright © 2023 Eclipse Foundation. All rights reserved.