ByteBodyConnectFunc

case
class ByteBodyConnectFunc(data: Array[Byte]) extends (HttpRequest, HttpURLConnection) => Unit
trait Serializable
trait Product
trait Equals
trait (HttpRequest, HttpURLConnection) => Unit
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(req: HttpRequest, conn: HttpURLConnection): Unit
override
def toString: String
Definition Classes
Function2 -> Any

Inherited methods

@unspecialized
def curried: HttpRequest => HttpURLConnection => Unit
Inherited from
Function2
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
@unspecialized
def tupled: (HttpRequest, HttpURLConnection) => Unit
Inherited from
Function2