|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | ¿°ÅÇü Á¤¼ö | Çʵå | ¸Þ¼µå | »ó¼¼: ¿°ÅÇü Á¤¼ö | Çʵå | ¸Þ¼µå |
java.lang.Objectjava.lang.Enum <Proxy.Type >
java.net.Proxy.Type
public static enum Proxy.Type
ÇÁ·Ï½Ã ŸÀÔÀ» ³ªÅ¸³À´Ï´Ù.
¿°ÅÇü Á¤¼öÀÇ °³¿ä | |
---|---|
DIRECT
Á÷Á¢ Á¢¼Ó, ¶Ç´Â ÇÁ·Ï½Ã°¡ ¾ø´Â °ÍÀ» ³ªÅ¸³À´Ï´Ù. |
|
HTTP
HTTP ³ª FTP µîÀÇ °í·¹º§ ÇÁ·ÎÅäÄÝÀÇ ÇÁ·Ï½Ã¸¦ ³ªÅ¸³À´Ï´Ù. |
|
SOCKS
SOCKS (V4 ¶Ç´Â V5) ÇÁ·Ï½Ã¸¦ ³ªÅ¸³À´Ï´Ù. |
¸Þ¼µå °³¿ä | |
---|---|
static Proxy.Type |
valueOf (String name)
ÁöÁ¤ÇÑ À̸§À» °¡Áö´Â ÀÌ ÇüÅÂÀÇ ¿°ÅÇü Á¤¼ö¸¦ ¸®ÅÏÇÕ´Ï´Ù. |
static Proxy.Type [] |
values ()
ÀÌ ¿°ÅÇüÀÇ Á¤¼ö¸¦ Æ÷ÇÔÇÑ ¹è¿ÀÌ ¼±¾ðµÇ°í ÀÖ´Â ¼ø¼·Î ¸®ÅÏÇÕ´Ï´Ù. |
Ŭ·¡½º java.lang. Enum ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
clone,
compareTo,
equals,
getDeclaringClass,
hashCode,
name,
ordinal,
toString,
valueOf |
Ŭ·¡½º java.lang. Object ·ÎºÎÅÍ »ó¼ÓµÈ ¸Þ¼µå |
---|
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
¿°ÅÇü Á¤¼öÀÇ »ó¼¼ |
---|
public static final Proxy.Type DIRECT
public static final Proxy.Type HTTP
public static final Proxy.Type SOCKS
¸Þ¼µåÀÇ »ó¼¼ |
---|
public static final Proxy.Type [] values()
for(Proxy.Type c : Proxy.Type.values()) System.out.println(c);
public static Proxy.Type valueOf(String name)
name
- ¸®ÅϵÈ
¿°ÅÇü Á¤¼öÀÇ À̸§
IllegalArgumentException
- ÁöÁ¤µÈ À̸§À» °¡Áö´Â Á¤¼ö¸¦ÀÌ ¿°ÅÇüÀÌ °¡Áö°í ÀÖÁö ¾ÊÀº °æ¿ì
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
ÀÌÀü Ŭ·¡½º ´ÙÀ½ Ŭ·¡½º | ÇÁ·¹ÀÓÀ¸·Î ÇÁ·¹ÀÓ ¾øÀÌ | |||||||||
°³¿ä: NESTED | ¿°ÅÇü Á¤¼ö | Çʵå | ¸Þ¼µå | »ó¼¼: ¿°ÅÇü Á¤¼ö | Çʵå | ¸Þ¼µå |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy µµ ÂüÁ¶ÇϽʽÿÀ.