Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLocalPort (0.16 sec)

  1. src/main/java/jcifs/smb1/netbios/NbtSocket.java

        public InetAddress getLocalAddress() {
            return super.getLocalAddress();
        }
        public int getLocalPort() {
            return super.getLocalPort();
        }
        public String toString() {
            return "NbtSocket[addr=" + address +
                    ",port=" + super.getPort() +
                    ",localport=" + super.getLocalPort() + "]";
        }
        private void connect() throws IOException {
            byte[] buffer = new byte[BUFFER_SIZE];
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 4.8K bytes
    - Viewed (0)
Back to top