Uses of Class
com.ironsoftware.ironpdf.internal.proto.HandshakeRequestP
-
Packages that use HandshakeRequestP Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of HandshakeRequestP in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return HandshakeRequestP Modifier and Type Method Description HandshakeRequestP
HandshakeRequestP.Builder. build()
HandshakeRequestP
HandshakeRequestP.Builder. buildPartial()
static HandshakeRequestP
HandshakeRequestP. getDefaultInstance()
HandshakeRequestP
HandshakeRequestP.Builder. getDefaultInstanceForType()
HandshakeRequestP
HandshakeRequestP. getDefaultInstanceForType()
static HandshakeRequestP
HandshakeRequestP. parseDelimitedFrom(InputStream input)
static HandshakeRequestP
HandshakeRequestP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HandshakeRequestP
HandshakeRequestP. parseFrom(byte[] data)
static HandshakeRequestP
HandshakeRequestP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HandshakeRequestP
HandshakeRequestP. parseFrom(com.google.protobuf.ByteString data)
static HandshakeRequestP
HandshakeRequestP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HandshakeRequestP
HandshakeRequestP. parseFrom(com.google.protobuf.CodedInputStream input)
static HandshakeRequestP
HandshakeRequestP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HandshakeRequestP
HandshakeRequestP. parseFrom(InputStream input)
static HandshakeRequestP
HandshakeRequestP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HandshakeRequestP
HandshakeRequestP. parseFrom(ByteBuffer data)
static HandshakeRequestP
HandshakeRequestP. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type HandshakeRequestP Modifier and Type Method Description static io.grpc.MethodDescriptor<HandshakeRequestP,HandshakeResponseP>
IronPdfServiceGrpc. getHandshakeMethod()
com.google.protobuf.Parser<HandshakeRequestP>
HandshakeRequestP. getParserForType()
static com.google.protobuf.Parser<HandshakeRequestP>
HandshakeRequestP. parser()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type HandshakeRequestP Modifier and Type Method Description default void
IronPdfServiceGrpc.AsyncService. handshake(HandshakeRequestP request, io.grpc.stub.StreamObserver<HandshakeResponseP> responseObserver)
StartupHandshakeResponseP
IronPdfServiceGrpc.IronPdfServiceBlockingStub. handshake(HandshakeRequestP request)
Startupcom.google.common.util.concurrent.ListenableFuture<HandshakeResponseP>
IronPdfServiceGrpc.IronPdfServiceFutureStub. handshake(HandshakeRequestP request)
Startupvoid
IronPdfServiceGrpc.IronPdfServiceStub. handshake(HandshakeRequestP request, io.grpc.stub.StreamObserver<HandshakeResponseP> responseObserver)
StartupHandshakeRequestP.Builder
HandshakeRequestP.Builder. mergeFrom(HandshakeRequestP other)
static HandshakeRequestP.Builder
HandshakeRequestP. newBuilder(HandshakeRequestP prototype)
-