Uses of Interface
org.apache.bookkeeper.proto.BookkeeperProtocol.StartTLSResponseOrBuilder
-
Packages that use BookkeeperProtocol.StartTLSResponseOrBuilder Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperProtocol.StartTLSResponseOrBuilder in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement BookkeeperProtocol.StartTLSResponseOrBuilder Modifier and Type Class Description static class
BookkeeperProtocol.StartTLSResponse
Protobuf typeStartTLSResponse
static class
BookkeeperProtocol.StartTLSResponse.Builder
Protobuf typeStartTLSResponse
Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.StartTLSResponseOrBuilder Modifier and Type Method Description BookkeeperProtocol.StartTLSResponseOrBuilder
BookkeeperProtocol.Response.Builder. getStartTLSResponseOrBuilder()
optional .StartTLSResponse startTLSResponse = 106;
BookkeeperProtocol.StartTLSResponseOrBuilder
BookkeeperProtocol.Response. getStartTLSResponseOrBuilder()
optional .StartTLSResponse startTLSResponse = 106;
BookkeeperProtocol.StartTLSResponseOrBuilder
BookkeeperProtocol.ResponseOrBuilder. getStartTLSResponseOrBuilder()
optional .StartTLSResponse startTLSResponse = 106;
-