Package | Description |
---|---|
org.opendaylight.p4plugin.p4runtime.proto |
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<StreamMessageRequest,StreamMessageResponse> |
P4RuntimeGrpc.METHOD_STREAM_CHANNEL
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
StreamMessageResponse |
StreamMessageResponse.Builder.build() |
StreamMessageResponse |
StreamMessageResponse.Builder.buildPartial() |
static StreamMessageResponse |
StreamMessageResponse.getDefaultInstance() |
StreamMessageResponse |
StreamMessageResponse.getDefaultInstanceForType() |
StreamMessageResponse |
StreamMessageResponse.Builder.getDefaultInstanceForType() |
static StreamMessageResponse |
StreamMessageResponse.parseDelimitedFrom(InputStream input) |
static StreamMessageResponse |
StreamMessageResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageResponse |
StreamMessageResponse.parseFrom(byte[] data) |
static StreamMessageResponse |
StreamMessageResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageResponse |
StreamMessageResponse.parseFrom(ByteBuffer data) |
static StreamMessageResponse |
StreamMessageResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageResponse |
StreamMessageResponse.parseFrom(com.google.protobuf.ByteString data) |
static StreamMessageResponse |
StreamMessageResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageResponse |
StreamMessageResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static StreamMessageResponse |
StreamMessageResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StreamMessageResponse |
StreamMessageResponse.parseFrom(InputStream input) |
static StreamMessageResponse |
StreamMessageResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<StreamMessageResponse> |
StreamMessageResponse.getParserForType() |
static io.grpc.MethodDescriptor<StreamMessageRequest,StreamMessageResponse> |
P4RuntimeGrpc.getStreamChannelMethod() |
static com.google.protobuf.Parser<StreamMessageResponse> |
StreamMessageResponse.parser() |
Modifier and Type | Method and Description |
---|---|
StreamMessageResponse.Builder |
StreamMessageResponse.Builder.mergeFrom(StreamMessageResponse other) |
static StreamMessageResponse.Builder |
StreamMessageResponse.newBuilder(StreamMessageResponse prototype) |
Modifier and Type | Method and Description |
---|---|
io.grpc.stub.StreamObserver<StreamMessageRequest> |
P4RuntimeGrpc.P4RuntimeImplBase.streamChannel(io.grpc.stub.StreamObserver<StreamMessageResponse> responseObserver)
Represents the bidirectional stream between the controller and the
switch (initiated by the controller), and is managed for the following
purposes: - connection initiation through master arbitration -
indicating switch session liveness: the session is live when switch
sends
a positive master arbitration update to the controller, and is
considered dead when either the stream breaks or the switch sends a
negative update for master arbitration
- the controller sending/receiving packets to/from the switch
|
io.grpc.stub.StreamObserver<StreamMessageRequest> |
P4RuntimeGrpc.P4RuntimeStub.streamChannel(io.grpc.stub.StreamObserver<StreamMessageResponse> responseObserver)
Represents the bidirectional stream between the controller and the
switch (initiated by the controller), and is managed for the following
purposes: - connection initiation through master arbitration -
indicating switch session liveness: the session is live when switch
sends
a positive master arbitration update to the controller, and is
considered dead when either the stream breaks or the switch sends a
negative update for master arbitration
- the controller sending/receiving packets to/from the switch
|
Copyright © 2018 OpenDaylight. All rights reserved.