Class quiche_recv_info
java.lang.Object
org.eclipse.jetty.quic.quiche.foreign.quiche_recv_info
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic java.lang.foreign.MemorySegment
allocate
(java.lang.foreign.SegmentAllocator scope) static void
setSocketAddress
(java.lang.foreign.MemorySegment recvInfo, SocketAddress local, SocketAddress peer, java.lang.foreign.SegmentAllocator scope)
-
Constructor Details
-
quiche_recv_info
public quiche_recv_info()
-
-
Method Details
-
allocate
public static java.lang.foreign.MemorySegment allocate(java.lang.foreign.SegmentAllocator scope) -
setSocketAddress
public static void setSocketAddress(java.lang.foreign.MemorySegment recvInfo, SocketAddress local, SocketAddress peer, java.lang.foreign.SegmentAllocator scope)
-