| 程序包 | 说明 |
|---|---|
| net.isger.brick.core |
| 限定符和类型 | 方法和说明 |
|---|---|
Command.Builder |
Command.Builder.clearFooters()
Clears the value of the 'footers' field
|
Command.Builder |
Command.Builder.clearHeaders()
Clears the value of the 'headers' field
|
Command.Builder |
Command.Builder.clearParameters()
Clears the value of the 'parameters' field
|
static Command.Builder |
Command.newBuilder()
Creates a new Command RecordBuilder
|
static Command.Builder |
Command.newBuilder(Command.Builder other)
Creates a new Command RecordBuilder by copying an existing Builder
|
static Command.Builder |
Command.newBuilder(Command other)
Creates a new Command RecordBuilder by copying an existing Command instance
|
Command.Builder |
Command.Builder.setFooters(Map<CharSequence,ByteBuffer> value)
Sets the value of the 'footers' field
|
Command.Builder |
Command.Builder.setHeaders(Map<CharSequence,ByteBuffer> value)
Sets the value of the 'headers' field
|
Command.Builder |
Command.Builder.setParameters(Map<CharSequence,ByteBuffer> value)
Sets the value of the 'parameters' field
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Command.Builder |
Command.newBuilder(Command.Builder other)
Creates a new Command RecordBuilder by copying an existing Builder
|
Copyright © 2024. All rights reserved.