Uses of Interface
org.apache.bookkeeper.proto.BookkeeperProtocol.StartTLSRequestOrBuilder
-
Packages that use BookkeeperProtocol.StartTLSRequestOrBuilder Package Description org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of BookkeeperProtocol.StartTLSRequestOrBuilder in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement BookkeeperProtocol.StartTLSRequestOrBuilder Modifier and Type Class Description static class
BookkeeperProtocol.StartTLSRequest
Protobuf typeStartTLSRequest
static class
BookkeeperProtocol.StartTLSRequest.Builder
Protobuf typeStartTLSRequest
Methods in org.apache.bookkeeper.proto that return BookkeeperProtocol.StartTLSRequestOrBuilder Modifier and Type Method Description BookkeeperProtocol.StartTLSRequestOrBuilder
BookkeeperProtocol.Request.Builder. getStartTLSRequestOrBuilder()
optional .StartTLSRequest startTLSRequest = 106;
BookkeeperProtocol.StartTLSRequestOrBuilder
BookkeeperProtocol.Request. getStartTLSRequestOrBuilder()
optional .StartTLSRequest startTLSRequest = 106;
BookkeeperProtocol.StartTLSRequestOrBuilder
BookkeeperProtocol.RequestOrBuilder. getStartTLSRequestOrBuilder()
optional .StartTLSRequest startTLSRequest = 106;
-