Package nbbrd.io.http
Interface URLConnectionFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull URLConnectionFactory@NonNull URLConnectionopenConnection(@NonNull URL url, @NonNull Proxy proxy)
-
Method Details
-
openConnection
@NonNull @NonNull URLConnection openConnection(@NonNull @NonNull URL url, @NonNull @NonNull Proxy proxy) throws IOException - Throws:
IOException
-
getDefault
-