Searched refs:decodePacket (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/
H A DAbstractServerAsyncTransport.java69 protected Packet decodePacket(T connection, @NotNull Codec codec) throws IOException { method in class:AbstractServerAsyncTransport
132 Packet request = decodePacket(connection, codec);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java467 private Packet decodePacket(@NotNull WSHTTPConnection con, @NotNull Codec codec) throws IOException { method in class:HttpAdapter
698 request = decodePacket(con, tk.codec);
836 packet = decodePacket(con, codec);

Completed in 41 milliseconds