public class SocketHintBuilder extends TerminalBuilderBase<SocketHintBuilder>
| Modifier and Type | Field and Description |
|---|---|
protected WonMessageBuilder |
builder |
protected java.util.Optional<PARENT> |
parent |
| Constructor and Description |
|---|
SocketHintBuilder(WonMessageBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
DirectionBuilder<SocketHintBuilder> |
direction() |
SocketHintBuilder |
hintScore(double score) |
SocketHintBuilder |
hintTargetSocket(java.net.URI targetSocketURI) |
SocketHintBuilder |
recipientSocket(java.net.URI recipientSocketURI) |
buildprotected java.util.Optional<PARENT extends won.protocol.message.builder.BuilderScaffold<PARENT,?>> parent
protected WonMessageBuilder builder
public SocketHintBuilder(WonMessageBuilder builder)
public SocketHintBuilder recipientSocket(java.net.URI recipientSocketURI)
public SocketHintBuilder hintTargetSocket(java.net.URI targetSocketURI)
public SocketHintBuilder hintScore(double score)
public DirectionBuilder<SocketHintBuilder> direction()
Copyright © 2020. All Rights Reserved.