![JAR search and dependency download from the Maven repository](/logo.png)
io.undertow.server.BlockingHttpExchange.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of snunit-undertow_native0.5_3 Show documentation
Show all versions of snunit-undertow_native0.5_3 Show documentation
Scala Native server using NGINX Unit
The newest version!
package io.undertow.server
import io.undertow.io.Sender
import java.io.Closeable
import java.io.InputStream
import java.io.OutputStream
trait BlockingHttpExchange extends Closeable {
def getInputStream(): InputStream
def getOutputStream(): OutputStream
def getSender(): Sender
def close(): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy