class Socket extends Bytes with Closeable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Socket
- Closeable
- AutoCloseable
- Bytes
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Socket(jsocket: java.net.Socket)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Socket, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
applyReaderAndWriter[T](f: (BufferedReader, PrintWriter) ⇒ T): T
Creates an InputStream and applies the closure, automatically closing it on completion.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bufferedInput(): BufferedInputStream
- Definition Classes
- Bytes
- def bufferedOutput(size: Int): BufferedOutputStream
- def bufferedReader(implicit codec: Codec): BufferedReader
-
def
bytes(): Iterator[Byte]
- Definition Classes
- Bytes
-
def
bytesAsInts(): Iterator[Int]
- Definition Classes
- Bytes
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
close(): Unit
- Definition Classes
- Socket → Closeable → AutoCloseable
- def ensuring(cond: (Socket) ⇒ Boolean, msg: ⇒ Any): Socket
- def ensuring(cond: (Socket) ⇒ Boolean): Socket
- def ensuring(cond: Boolean, msg: ⇒ Any): Socket
- def ensuring(cond: Boolean): Socket
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- def getPort(): Int
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
inputStream(): InputStream
- Definition Classes
- Socket → Bytes
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
length: Long
- Definition Classes
- Bytes
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def outputStream(): OutputStream
- def printWriter(): PrintWriter
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray(): Array[Byte]
- Definition Classes
- Bytes
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Socket, B)
The Scala compiler and reflection APIs.