Class LabradorRetriever
java.lang.Object
net.bull.javamelody.internal.model.LabradorRetriever
Classe permettant d'ouvrir une connexion http et de récupérer les objets java sérialisés dans la réponse.
Utilisée dans le serveur de collecte.
- Author:
- Emeric Vernat
-
Constructor Summary
ConstructorsConstructorDescriptionLabradorRetriever(URL url) LabradorRetriever(URL url, Map<String, String> headers) -
Method Summary
Modifier and TypeMethodDescriptionvoidcopyTo(HttpServletRequest httpRequest, HttpServletResponse httpResponse) voidpost(ByteArrayOutputStream payload)
-
Constructor Details
-
LabradorRetriever
-
LabradorRetriever
-
-
Method Details
-
copyTo
public void copyTo(HttpServletRequest httpRequest, HttpServletResponse httpResponse) throws IOException - Throws:
IOException
-
post
- Throws:
IOException
-