Uses of Class
org.dcache.xrootd.util.ParseException
-
Packages that use ParseException Package Description org.dcache.xrootd.tpc org.dcache.xrootd.tpc.protocol.messages org.dcache.xrootd.util -
-
Uses of ParseException in org.dcache.xrootd.tpc
Methods in org.dcache.xrootd.tpc that throw ParseException Modifier and Type Method Description XrootdTpcInfoXrootdTpcInfo. addInfoFromOpaque(java.lang.String slfn, java.util.Map<java.lang.String,java.lang.String> opaque)Used in a two-phase sequence (client, server), to add information incrementally.XrootdTpcInfoXrootdTpcInfo. copyForRedirect(InboundRedirectResponse response)Saves relevant fields which should remain the same, and constructs new source endpoint info.Constructors in org.dcache.xrootd.tpc that throw ParseException Constructor Description XrootdTpcInfo(java.util.Map<java.lang.String,java.lang.String> opaque)Initializes everything from the map instance. -
Uses of ParseException in org.dcache.xrootd.tpc.protocol.messages
Constructors in org.dcache.xrootd.tpc.protocol.messages that throw ParseException Constructor Description InboundChecksumResponse(io.netty.buffer.ByteBuf buffer)InboundRedirectResponse(io.netty.buffer.ByteBuf buffer, int requestId)InboundRedirectResponse(InboundAttnResponse attnResponse) -
Uses of ParseException in org.dcache.xrootd.util
Methods in org.dcache.xrootd.util that throw ParseException Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>OpaqueStringParser. getOpaqueMap(java.lang.String opaque)The opaque information is included in the path in a format similar to URL-encoding (&key1=val1&key2=val2...).
-