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

/forgerock/openam-v13/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/
H A DRadiusRequestContext.java100 * @param pkt
105 public void logPacketContent(Packet pkt, String preamble) { argument
106 LOG.warning(preamble + "\n" + getPacketRepresentation(pkt));
112 * @param pkt
116 public static String getPacketRepresentation(Packet pkt) { argument
120 final Class clazz = pkt.getClass();
130 packetType = pkt.getClass().getSimpleName();
132 pw.println(" " + packetType + " [" + pkt.getIdentifier() + "]");
133 final AttributeSet atts = pkt.getAttributeSet();
/forgerock/openam/openam-radius/openam-radius-server/src/main/java/org/forgerock/openam/radius/server/
H A DRadiusRequestContext.java100 * @param pkt
105 public void logPacketContent(Packet pkt, String preamble) { argument
106 LOG.warning(preamble + "\n" + getPacketRepresentation(pkt));
112 * @param pkt
116 public static String getPacketRepresentation(Packet pkt) { argument
120 final Class clazz = pkt.getClass();
130 packetType = pkt.getClass().getSimpleName();
132 pw.println(" " + packetType + " [" + pkt.getIdentifier() + "]");
133 final AttributeSet atts = pkt.getAttributeSet();

Completed in 31 milliseconds