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

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DPacket.java31 public class Packet extends Object { class in inherits:Object
65 if ((flags & Packet.Reply) == 0) {
81 public static Packet fromByteArray(byte b[]) throws IOException {
100 Packet p = new Packet();
105 if ((p.flags & Packet.Reply) == 0) {
119 Packet() method in class:Packet
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsClient.java178 Packet pkt = makeQueryPacket(fqdn, xid, qclass, qtype, recursion);
313 Packet pkt = makeQueryPacket(zone, xid, qclass,
383 private byte[] doUdpQuery(Packet pkt, InetAddress server,
432 private byte[] doTcpQuery(Tcp tcp, Packet pkt) throws IOException {
476 private Packet makeQueryPacket(DnsName fqdn, int xid,
480 Packet pkt = new Packet(pktLen);
498 private void makeQueryName(DnsName fqdn, Packet pkt, int off) {
656 class Packet { class
659 Packet(in method in class:Packet
663 Packet(byte data[], int len) { method in class:Packet
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DPacket.java83 * <h2>What is a {@link Packet}?</h2>
121 * seed the initial values of {@link Packet}.
127 * is constructed from {@link Packet} (or rather it's just a view of {@link Packet}.)
147 public final class Packet extends DistributedPropertySet { class in inherits:DistributedPropertySet
150 * Creates a {@link Packet} that wraps a given {@link Message}.
153 * This method should be only used to create a fresh {@link Packet}.
154 * To create a {@link Packet} for a reply, use {@link #createResponse(Message)}.
159 public Packet(Message request) { method in class:Packet
165 * Creates an empty {@link Packet} tha
167 public Packet() { method in class:Packet
174 private Packet(Packet that) { method in class:Packet
[all...]

Completed in 32 milliseconds