Searched refs:UdpEncapsulationSocket (Results 1 – 2 of 2) sorted by relevance
389 public static final class UdpEncapsulationSocket implements AutoCloseable { class in IpSecManager394 private UdpEncapsulationSocket(@NonNull IIpSecService service, int port) in UdpEncapsulationSocket() method in IpSecManager.UdpEncapsulationSocket402 private UdpEncapsulationSocket(IIpSecService service) throws ResourceUnavailableException { in UdpEncapsulationSocket() method in IpSecManager.UdpEncapsulationSocket467 public UdpEncapsulationSocket openUdpEncapsulationSocket(int port) in openUdpEncapsulationSocket()470 return new UdpEncapsulationSocket(mService, port); in openUdpEncapsulationSocket()491 public UdpEncapsulationSocket openUdpEncapsulationSocket() in openUdpEncapsulationSocket()494 return new UdpEncapsulationSocket(mService); in openUdpEncapsulationSocket()
394 IpSecManager.UdpEncapsulationSocket localSocket, int remotePort) { in setIpv4Encapsulation()