Searched defs:UdpEncapsulationSocket (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpSecManager.java538 * <p>{@code UdpEncapsulationSocket} wraps a system-provided datagram socket intended for IKEv2
549 public static final class UdpEncapsulationSocket implements AutoCloseable { class in class:IpSecManager
556 private UdpEncapsulationSocket(@NonNull IIpSecService service, int port) method in class:IpSecManager.UdpEncapsulationSocket
643 .append("UdpEncapsulationSocket{port=")
655 * <p>See {@link UdpEncapsulationSocket} for the proper way to close the returned socket.
668 public UdpEncapsulationSocket openUdpEncapsulationSocket(int port)
678 return new UdpEncapsulationSocket(mService, port);
687 * <p>See {@link UdpEncapsulationSocket} for the proper way to close the returned socket.
690 * UdpEncapsulationSocket#getPort()}.
702 public UdpEncapsulationSocket openUdpEncapsulationSocke
[all...]

Completed in 27 milliseconds