본문 바로가기

Developer Sang Guy

검색하기
Developer Sang Guy
프로필사진 은크

  • 분류 전체보기 (32)
    • Java (14)
    • Spring (7)
    • Others (11)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
Tags
  • Socket is closed
  • Tomcat DBCP
  • Unchecked Exception
  • tomcat jndi
  • 개방 폐쇄 원칙
  • Graphql Client
  • 상호 인증
  • HandlerMethodArgumentResolver
  • 이중정렬
  • NoUniqueBeanDefinitionException
  • java
  • graphql
  • WildFly
  • Reading HttpServletRequest Multiple Times
  • Java Graphql
  • requestheaderdto
  • 데이터 압축
  • Java Rest
  • Request Body 여러 번 사용
  • mTLS
  • AfterMapping
  • Checked Exception
  • Jndi DataSource
  • Sub Bytes
  • Java Singleton
  • try - with - resources
  • mapstruct
  • Open Close Principal
  • Srping MVC
  • 바이트 절삭
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록try - with - resources (1)

Developer Sang Guy

Socket is closed

SocketUtil 클래스를 생성하여 Socket 통신 테스트를 진행하였더니 "Socket is closed" 라는 에러를 만나게 되었다. 해당 에러는 소켓을 사용하려 할 때 이미 소켓이 닫혀 버린 경우 발생하는 에러이다. Socket.class public OutputStream getOutputStream() throws IOException { if (isClosed()) throw new SocketException("Socket is closed"); if (!isConnected()) throw new SocketException("Socket is not connected"); if (isOutputShutdown()) throw new SocketException("Socket output..

Java 2022. 12. 22. 13:27
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바