public class RecipientSocketBuilder<PARENT extends won.protocol.message.builder.BuilderScaffold<PARENT,?>>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected WonMessageBuilder |
builder |
protected java.util.Optional<PARENT> |
parent |
| Constructor and Description |
|---|
RecipientSocketBuilder(PARENT parent) |
| Modifier and Type | Method and Description |
|---|---|
PARENT |
noRecipient(java.net.URI recipientSocket)
Skips setting the recipientSocket.
|
PARENT |
recipient(java.net.URI recipientSocket)
Sets the recipientSocket.
|
protected java.util.Optional<PARENT extends won.protocol.message.builder.BuilderScaffold<PARENT,?>> parent
protected WonMessageBuilder builder
public RecipientSocketBuilder(PARENT parent)
Copyright © 2019. All Rights Reserved.