public class RenewFlightEndpointRequest extends Object
| Constructor and Description |
|---|
RenewFlightEndpointRequest(FlightEndpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
static RenewFlightEndpointRequest |
deserialize(ByteBuffer serialized)
Parse the serialized form of this protocol message.
|
FlightEndpoint |
getFlightEndpoint() |
ByteBuffer |
serialize()
Get the serialized form of this protocol message.
|
public RenewFlightEndpointRequest(FlightEndpoint endpoint)
public FlightEndpoint getFlightEndpoint()
public ByteBuffer serialize()
Intended to help interoperability by allowing non-Flight services to still return Flight types.
public static RenewFlightEndpointRequest deserialize(ByteBuffer serialized) throws IOException, URISyntaxException
Intended to help interoperability by allowing Flight clients to obtain stream info from non-Flight services.
serialized - The serialized form of the message, as returned by serialize().IOException - if the serialized form is invalid.URISyntaxExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.