(LocalSocketAddress localSocketAddress)
| 54 | private boolean outputShutdown = false; |
| 55 | |
| 56 | public UdsSocket(LocalSocketAddress localSocketAddress) { |
| 57 | this.localSocketAddress = localSocketAddress; |
| 58 | localSocket = new LocalSocket(); |
| 59 | } |
| 60 | |
| 61 | @Override |
| 62 | public void bind(SocketAddress bindpoint) { |
nothing calls this directly
no outgoing calls
no test coverage detected